@extends('layouts.template') @section('template')

Create Brand

{{ csrf_field() }}
@if($errors->has('brand_name')) {{ $errors->first('brand_name')}} @endif
@if($errors->has('brand_details')) {{ $errors->first('brand_details')}} @endif
@endsection