{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Car Knowledge Create') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content')
Add Car Knowledge
@csrf
Choose Product *
@if ($errors->has('product_id'))
{{ $errors->first('product_id') }}
@endif
Choose Company *
@if ($errors->has('company_id'))
{{ $errors->first('company_id') }}
@endif
Choose Model *
{{-- --}} @if ($errors->has('models'))
{{ $errors->first('models') }}
@endif

Cancel
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection