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

Add new Brand

@if(session()->has('success'))
@endif @if(session()->has('errorMessage'))
@endif @include('admin.brands.form', ['action' => 'brands.store'])
@endsection @section('pageScripts') @endsection