@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Service Documents @stop @section('content') @if(count($transmitteddoclinks)>0) @foreach($transmitteddoclinks as $doc) @endforeach @endif
Documents
Doc Type File Name Type Download
Service Documents {{$doc['name']}} {{$doc['type']}} Download
@stop