@extends('admin.template.layout') @section('css') @endsection @section('page-title') @endsection @section('content') {{-- @php $user = auth()->user(); $role = $user->role->code; $style = ''; if ($role == 'CREW') { $style = 'display:none'; } @endphp --}}

Data Hari Aktif

@csrf @foreach($months as $bulan) @endforeach
Bulan Hari Aktif
{{ $bulan }}
@endsection @section('script') @endsection