@extends('admin.template.jobmaster') @section('title', 'User Dashboard') @section('content') @php $userId= Auth::user()->user_type; $userName= Auth::user()->name; @endphp
@if ($userId == 4) @endif @if ($userId == 6) @endif
@if ($userId == 4)
@endif @if ($userId == 6)
@endif
@endsection