@extends('layouts.app') @section('title', 'Create Brand') @section('breadcrumb', 'Manage Brand') @section('sub-breadcrumb') {{-- --}} Create Brand @endsection @section('brand', 'kt-menu__item--open kt-menu__item--here') @section('create-brand', 'kt-menu__item--active') @section('content')
@include('layouts.notification')
@csrf

your image

@endsection @section('custom-script') @endsection