{{ __('Dashboard') }}

{{ __("Create Post") }} {{ __('Back') }}

@if ($errors->any())

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@csrf
{{ __('Title') }}
{{ __('Lead') }}
{!! old('lead') !!}
{{ __('Add') }}
@push('quill') @endpush @push('scripts') @endpush