@extends('backend.layouts.snappy-pdf') @section('content')
| Name | Registration Start | Registration End | Tour Start | Tour End | Registration Fee |
|---|---|---|---|---|---|
| {{$tour->tour_name}} | {{date('d M, Y h:i A', strtotime($tour->registration_start))}} | {{date('d M, Y h:i A', strtotime($tour->registration_end))}} | {{$tour->tour_start}} | {{$tour->tour_end}} | {{$tour->registration_fee}} |