@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading')
Warning: Undefined variable $serveval in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/edit.blade.php on line 3
File To Courts @stop @section('content') @if($case->is_draft!=2 && $case->is_draft!=0) @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($case->docket_id))

* {{ Form::label('case_no', 'Case No') }} {{ Form::text('case_no', $case->docket_id, array('class'=>'inputStyle','disabled'=>'disabled')) }}

@endif @if(!(!empty($case->case_tracking_id) && empty($case->title)))

* {{ Form::label('title', 'Case Title') }} @if(!empty($case->case_tracking_id)) {{ Form::text('title', $case->title, array('class'=>'inputStyle', ' ng-model' => 'newCase.title', 'disabled'=>'disabled')) }} @else {{ Form::text('title', $case->title, array('class'=>'inputStyle', ' ng-model' => 'newCase.title')) }} @endif

@endif

*

* @if(Config::get('app.allow_criminal_initial')) @else @endif

*

@if($fileToCourt)

@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') @else

This case already in a process of submission.

@endif @stop @section('scripts_bottom')