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