@extends('admin.layouts.main') @section('main-admin-container')

Create Brand

Create Brand
@csrf
@error('brand_name')
{{ $message }}
@enderror
@error('logo')
{{ $message }}
@enderror
@endsection