@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Case Documents @stop @section('content')
@if(isset($docs)) @if(count($docs)>0)Documents | |
---|---|
Filename | Download |
{{$doc['name']}} | Download |
No matching results found.
@endif @endif @stop @section('scripts_bottom') @stop