@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')

Judge Details

Name: {!! $data->name !!}
State: {!! $data['state']['name'] !!}
District: {!! $data['district']['name'] !!}
Club: {!! $data['club']['name'] !!}
Dob: {{ date('M d, Y', strtotime($data->dob)) }}
Gender: {!! $data->gender !!}
Phone: {!! $data->contact_number !!}
Email: {!! $data->email !!}
Address: {!! $data->address !!}
@endsection