@extends('backend.layouts.app') @section('content')

Tournament Information

@foreach($tournaments as $tour) @endforeach
Name Reg. Start Reg. End Tour Start Tour End Registration Fee Action
{{$tour->tour_name}} {{$tour->registration_start}} {{$tour->registration_end}} {{$tour->tour_start}} {{$tour->tour_end}} {{ number_format($tour->registration_fee, 2) }}
@endsection @section('page_script') @endsection