@extends('layouts.admin') @php if (Auth::user()->role == '1') { $user_profile = 'Admin'; } else { $user_profile = 'Co-ordinator'; } @endphp