@extends('crudbooster::admin_template') @push('head') @endpush @push('bottom') @endpush @include('Dropzone/dropzone') @section('content')
 {{ $data['page_title'] }}
@csrf

 Frabkling Slider Upload

{{$errors->has('name')? $errors->first("name") :"" }}

Upload a Slider GIF/Image

{{$errors->has('status')? 'checked' :"" }}

Back
@endsection