@php use Illuminate\Support\Facades\Auth; $role = Auth::user()->role; @endphp @extends('backend.layouts.app') @section('content')