@extends("admin/layouts.master") @section('title','Custom Style and Javascript | ') @section("body")
Custom Css and JS

Custom Style Settings

{{ csrf_field() }}
{{ $errors->first('css','CSS Cannot be blank !') }}

{{ csrf_field() }} {{ $errors->first('js','Javascript Cannot be blank !') }}
@endsection