@extends('admin.layouts.admin') @section('content')

Create Letter Setting

@csrf
@error('letter_subject')
{{ $message }}
@enderror
@include('admin.sections.footer')
@endsection @section('style') @endsection @section('script') @endsection