@extends('backend.layouts.form') @section('title', __('Create Event')) @section('back', route('admin.events.index')) @section('content')
@csrf
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@push('top_scripts') @endpush @endsection @push('scripts') @endpush