@extends('backend.layouts.snappy-pdf') @section('content')
| Name | {{$tournament->tour_name}} |
|---|---|
| Registration Fee | {{number_format($tournament->registration_fee, 2)}} |
| Registration Start | {{date('d M, Y h:i A', strtotime($tournament->registration_start))}} |
| Registration End | {{date('d M, Y h:i A', strtotime($tournament->registration_end))}} |
| Tournament Start | {{date('d M, Y', strtotime($tournament->tour_start))}} |
| Tournament End | {{date('d M, Y', strtotime($tournament->tour_end))}} |
| Descriptions | {{$tournament->tour_details}} |
| Winner | {{$tournament->tour_winner}} |