{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Product Part Create') @section('vendor-style') @endsection @section('content')
@csrf
Create Product Part
Product Part Name *
Description
Image *
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Cancel
@endsection @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection