@extends('backend.layouts.app') @section('content')
| Name | Reg. Start | Reg. End | Tour Start | Tour End | Registration Fee |
|---|---|---|---|---|---|
| {{$tour->tour_name}} | {{$tour->registration_start}} | {{$tour->registration_end}} | {{$tour->tour_start}} | {{$tour->tour_end}} | {{number_format($tour->registration_fee, 2)}} |