@extends('admin.layouts.app') @section('title', 'Add Manufacturer') @section('section')

Manufacturer Form

Manufacturer

@csrf
@if(Session::has('msg'))
{{Session::get('msg')}}
@endif
@endsection