@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') File To Courts @stop @section('content') @if(!$showFilingService->isvisible)
* {{ Form::label('docket_id', 'Case NO') }}
@endif* {{ Form::label('title', 'Case Title') }} {{ Form::text('title', '', array('class'=>'inputStyle', ' ng-model' => 'newCase.title')) }}
*
* @if(Config::get('app.allow_criminal_initial')) @else @endif
*
@if($showFilerType->isvisible)@if($showFilerType->isrequired) * @endif
* @if (count($attorneyList) > 0) Make this my default Attorney @elseif (Session::get('user')->CurrentRole === 'Firm Admin') Create new attorney A/c @else Create new attorney A/c @endif
@endif* [?] Use this as my default payment account @if (Session::get('user')->CurrentRole === 'Firm Admin' || Session::get('user')->CurrentRole === 'Individual') Create new payment A/c @else Create new payment A/c @endif
Please contact firm admin to procced.