@extends('layouts.app') @section('title',($job->exists?'Edit':'New').' Job') @section('page_title',($job->exists?'Edit':'New').' Transport Job') @section('content')

{{ $job->exists?'Edit':'Create' }} Transport Job

Rates may be estimated here; actual profit is derived from trips, charges and costs.

Back
@csrf @if($job->exists)@method('put')@endif
Cancel
@endsection