@extends('admin.master') @section('content')

Create Brand

Add a new brand with logo, slug and status

@csrf
@error('name')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@error('logo')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Back
@endsection