@extends('../backend/layout/' . $layout) @section('subhead') Brands @endsection @section('subcontent')

Edit Brand

@csrf @method('put')
@if (!empty(Helper::LMFThums($brands->logo)))
@endif
Back
@endsection @section('script') @endsection