@extends("admin.template", ["pageTitle"=>$pageTitle]) @section('content')
Edit Brand
@if(Session::has('success')) @endif
@csrf
@if(count($brand->BrandImg) > 0) @foreach($brand->BrandImg as $key=>$BrandImg)
@endforeach @endif
@endsection @section('footer-script') @endsection