@extends('layouts.admin.index') @section('content') @php $authUser = auth()->user(); $isAdmin = $authUser->role_id == 1; @endphp