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


(Choose status for your brand)


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