@extends('layouts/layoutMaster') @section('title', ' Vertical Layouts - Forms') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Edit Manufacturer

Manufacturer Profile
Following information is publicly displayed, be careful!
@csrf
@error('company_name')
{{$message}}
@enderror
@if(!empty($company->image)) @endif
@endsection