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

{{ $trip->exists?'Edit':'Create' }} Trip

Assign own or hired transport and record customer/vendor rates separately.

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