@extends('layouts.admin.main') @section('title', 'Category edit') @section('header')
@endsection @section('content')
@if (isset($brand))

Edit Brand

@else

Add Brand

@endif
@include('layouts.messages')
@csrf
Brands @if (isset($brand)) @endif
{{--
--}}
is_verified : 0) ? 'checked' : '' }} >
Cancel
@endsection @section('scripts') @parent @endsection