@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Brand']) @endsection @section('content')

{{ __('Create Brand') }}

@csrf
@endsection @push('js') @endpush