@extends('layouts.master') @section('title',__('Custom Style Settings')) @section('breadcum') @endsection @section('maincontent')
{{ __('Custom Style Settings') }}
{{ csrf_field() }}
{{ $errors->first('css','CSS Cannot be blank !') }}

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