@extends('admin.layouts.master-soyuz') @section('title','Create a Business Category') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Business Category") }} @endslot @slot('menu2') {{ __("Business Category") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Business Category') }}
{{csrf_field()}}
(Please Enter Description)
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
(Please Choose BusinessCategory image)
@if ($errors->has('banner_image')) {{ $errors->first('banner_image') }} @endif
(Please Choose BusinessCategory banner image)
Upload
{{__("Multiple images can be choosen")}}
{{ __('staticwords.MaxFileSize') }} : {{__("2 MB")}}


(Please Choose Status)
@endsection @section('custom-script') @endsection