@extends('admin.layouts.master-soyuz') @section('title','Edit Brand') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Product Management") }} @endslot @slot('menu2') {{ __("Edit Brand") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Brand
{{csrf_field()}} {{ method_field('PUT') }}

@if($image = @file_get_contents('images/brands/'.$brand->image)) @else @endif
Upload
(Please Choose Brand Image)


(If You Choose Active Then Image Show In Footer Brand Logo)


(Choose status for your brand)
@endsection