@extends('admin.layouts.master-soyuz') @section('title',__('Edit Brand | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Edit Brand")}}
{{csrf_field()}} {{ method_field('PUT') }}
@if($image = @file_get_contents('images/brands/'.$brand->image)) @else @endif


({{__("If You Choose Active Then Image Show In Footer Brand Logo")}})


({{__("Choose status for your brand")}})
@endsection @section('custom-script') @endsection