@extends('frontend.layouts.app') @section('content')
{{ ucfirst($data->tournament_name) }}
@if($data->attachment_url) @else @endif
@endsection @section('before_body_end') @endsection