@extends('admin.layout') @section('title') Edit the Brand @endsection @section('content')

Edit {{ $brand->name }} brand

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