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

Swimming Registration for Guest

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Name Locker No Phone Total Action
{{ ++$sl }} {{ $m->name }} {{ $m->swimmingHistory->locker }} {{ $m->phone }} {{ $m->swimmingDetails->sum('total') }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection