@extends('dashboard.layout.default') @section('page_title',$page_title) @section('content')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{$page_title}}

Receipt no : {{$tailor_trip->id}}

Request received on : {{$tailor_trip->created_at}}

Printed on : {{date('Y-m-d')}}

{{$page_title}}

{{__('pages.customer_info')}}


{{__('pages.trip_info')}}

@endsection