@extends('layouts.dashboard.layout') @section('content')
@if(Auth::user()->role_id == '2') @endif @if(Auth::user()->role_id == '3') @endif @if(Auth::user()->role_id == '4') @endif
@endsection