{{-- long lines needed because these includes break if split up --}}
@include('admin-and-user.batch-with-case-and-job-data-job-section', ['job' => $job, 'isChildJob' => false])
Estimated Case Price:
${{ number_format($case->estimatedPriceInCents / 100, 2) }}
@endforeach
{!! Html::style('case-and-job-styling-for-both-upload-and-read-views.css') !!}
@stop
{{-- i just put the modals here because that's what the existing modals in the app do. this also makes it so you can't see the modal during page load. and it puts the modal in a top-level spot (which is suggested by the bootstrap docs). --}}
@section('extra-scripts')
Case Cancellation
All jobs within this case will be cancelled.
Job Cancellation
Only this job will be cancelled;
any other jobs in this case will not be effected.