@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

Share Image

@csrf
@if ($errors->has('caption')) @endif
@if ($errors->has('group')) @endif
@if ($errors->has('csv_file')) @endif
@endsection