@extends('admin.layouts.master-soyuz') @section('title',__('Edit Banner Setting')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Banner Setting") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Banner') }} {{ __('Settings') }}
{{csrf_field()}}
({{ __('This text appears on the storefront top bar') }})
({{ __('Optional. If set, clicking the banner text opens this URL in a new tab.') }})


({{__("Choose status for your banner")}})
@endsection