@extends('layouts.admin') @section('title', 'Create InstaKart Brand') @section('content')
@csrf @include('admin.brands._form')
@endsection