@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')

Failded Uploads

@include('layouts.admin.flash.alert')
@php $ii=0; $errors= json_decode($failed_upload->errors);@endphp @if(count($errors) > 0) @foreach($errors as $key=>$val) @endforeach @else @endif
No. Description
{{ $ii=$key+1 }} {{ $val[0] }}
No record Found
@stop