@extends("admin/layouts.master") @section('title',"Edit Brand: $brand->name | ") @section("body")
Brand
< Back
{{csrf_field()}} {{ method_field('PUT') }}
@if($image = @file_get_contents('images/brands/'.$brand->image)) @else @endif
(Please Choose Brand Image)
(If You Choose Active Then Image Show In Footer Brand Logo)
(Please Choose Status )
@endsection