@extends('layouts.master')
@section('title','Buyer Dashboard')
@section('content')
@include('partials.headerbanner',['title'=> $authRole['title'].'’ Failded Uploads','banner' => asset('images/buyer-bnr.jpg')])
@include('partials.header')
@include('layouts.admin.flash.alert')
No. |
Description |
@php $ii=0; $errors= json_decode($failed_upload->errors);@endphp
@if(count($errors) > 0)
@foreach($errors as $key=>$val)
{{ $ii=$key+1 }} |
{{ $val[0] }}
|
@endforeach
@else
No record Found |
@endif
@stop