@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