{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Product Part Edit') @section('vendor-style') @endsection @section('content')
@csrf @method('PUT')
Edit 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