@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)
There is no documents related to this case no
@endif @endif