@extends('admin.master') @section('title', __('Create Story')) @section('content')
@csrf
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif {{-- AJAX Error Messages Container --}} {{-- AJAX Success Messages Container --}}
{{ __('Supported formats: JPEG, PNG, JPG, GIF. Maximum size: 5MB') }}
{{ __('Supported formats: MP3, WAV, OGG, M4A') }}. {{ __('Current server upload limit: :limit', ['limit' => ini_get('upload_max_filesize')]) }}. @if(ini_get('upload_max_filesize') === '2M') {{ __('For larger files, contact your administrator to increase upload limits.') }} @endif
{{ config('payments.currency_symbol', '$') }}
@if(config('app.html_editor') == 'summernote') @else @endif @endsection