@extends('layout.layout') @section('title','Brands') @section('brand','active') @section('content')
Brands
Entity group Add Brand
Description Status Entity
@endsection {{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}} {{-- the submit button is inside the layout --}} @section('modal-title') @endsection @section('modal-content')
@csrf
@endsection @section('scripts') @include('brand.script') @endsection