@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

Colour Create

Colour
Colour Create
{!! method_field('PUT') !!} @csrf
@if($errors->has('name')) @endif
@if($errors->has('code')) @endif
@can('vehicle color update') @endcan
@endsection @section('page-js') @endsection