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

Brand Form

Brand

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