@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') File To Courts @stop @section('content') @if(!$showFilingService->isvisible)
@else
@endif
@if(SystemMessage::getDisplayStatus('case_step1'))
NOTE: {{SystemMessage::getStatusMessage('case_step1')}}
@endif {{ Form::open(array('class'=>'form clearfix','id'=>'step1_form','route' => 'case.store')) }}

Enter Case Information

@if(!empty($docketId))

* {{ 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

@endif @if(Session::get('user')->CurrentRole !== 'Individual')

* @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


{{ Form::close() }}
@include('case/wizard') @stop @section('scripts_bottom')