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

Create New Brand

Add a new brand to your store

@csrf

Basic Information

Enter the basic details for the new brand

@error('name')

{{ $message }}

@enderror
@error('website')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Brand Logo

Upload a logo for the brand (optional)

PNG, JPG, GIF up to 2MB

@error('logo')

{{ $message }}

@enderror
Cancel
@endsection