@extends('admin.layouts.master-soyuz') @section('title',__('Custom Style and Javascript')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Custom Style") }} @endslot @slot('menu2') {{ __("Custom Style") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{__('Custom Style Setting')}}
{{ csrf_field() }}
{{ $errors->first('css',__('CSS Cannot be blank !')) }}
{{ csrf_field() }} {{ $errors->first('js',__('Javascript Cannot be blank !')) }}
@endsection