@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Case number: {{$case_no}} Documents @stop @section('content') @if(isset($docs)) @if(count($docs)>0)

@foreach($docs as $doc) @endforeach
Filename Sumitted Date Action
{{ $doc['date'] }}
@else

There is no documents related to this case no

@endif @endif



@stop @section('scripts_bottom') @stop