@extends('layouts.master') @section('css') @endsection @section('title') Batch Report @endsection @section('content')
@if (session('success')) @endif @if (Session::has('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
SN Name Action
{{--Edit Modal --}} @endsection @section('script') @endsection