@extends('layouts.admin') @section('title') Map Daerah {{ collect(request()->segments())->last() }} @endsection @section('customStyle') @endsection @section('content')
Map Daerah {{ collect(request()->segments())->last() }}
@if ($participants != NULL)
@else
Data absensi masih kosong
@endif
@endsection @section('script') {{-- --}} @endsection