@extends('layouts.admin-layout') @section('title') Add Brand @endsection @section('content')

Add Brand

@csrf
@error ('brand_name') {{$message}} @enderror
@error ('brand_image') {{$message}} @enderror
Profile Preview
@endsection @section('script') @endsection