@extends('layouts.master') @section('content')
Suppliers Brand Add Brand

Add New Brand Back to Brands

Insert Brand Details
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{-- --}}
Cancel
@endsection @push('scripts') @endpush