@extends($ajaxCall) @section('content') @include('general.tab-header', ['departmentName' => 'Error Handling', 'moduleName' => "Reports List"])
@foreach($data as $i => $each) @if ($each->is_video) @else @endif @endforeach
No @lang("content.type") Summary Notes Screenshot Resolved
{{ $i + 1 }} {{ $each->type }} {{ $each->summary }} {{ $each->notes }}id}") }}" target="_blank"> id}") }}" />
@endsection {{-- JS scripts section --}} @section("js_scripts") @stop