@extends('backEnd.layouts.master') @section('title','Edit Brand') @section('content')

Edit Brand — {{ $brand->name }}

@csrf @method('PUT')
@if($brand->logo)
@endif
Cancel
@endsection