@extends('layouts.template') @if(Auth::user()->role == 'admin') @section('template')

Edit Brand

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