@extends('Dashboard.main') @section('Dashboard')

{!! __('Gallery') !!}

@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
{!! __('Drag and drop Image Here') !!}
@csrf
@endsection