@extends('backend.layouts.master') @section('title','E-SHOP || Brand Create') @section('main-content')
Add Brand
{{csrf_field()}}
@error('title') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection @push('styles') @endpush @push('scripts') @endpush