@extends('admin.layouts.master') @section('title', __('static.appearance.customizations')) @push('css') @endpush @section('content')

{{ __('static.appearance.customizations') }}

@csrf
@error('custom_html.header') {{ $message }} @enderror
@error('custom_html.body') {{ $message }} @enderror
@error('custom_html.footer') {{ $message }} @enderror
@error('custom_css') {{ $message }} @enderror
@error('custom_js.header') {{ $message }} @enderror
@error('custom_js.body') {{ $message }} @enderror
@error('custom_js.footer') {{ $message }} @enderror
@endsection @push('scripts') @endpush