@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') List Detail @if(session('error')) {{session('error')}} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Import EOI Backlog Data Upload Click to Download Sample File @endsection @section('third_party_scripts') @endsection