{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Township Edit') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content')
@csrf @method('PUT')
Edit Car Model @error('name') {{$message}} @enderror
Car Model *
Select Company *
Select Year *
Cancel
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection