@extends('layouts.app', ['title' => 'إضافة رحلة']) @section('content')
@include('trips.form', ['submitText' => 'حفظ الرحلة'])
@endsection