@extends('partials.main') @section('title') Qr Code @endsection @section('content') @php $login_user = auth()->user(); $user_state = $login_user->state_id; $user_position = $login_user->position_id; @endphp
@if($login_user->roles[0]->name == 'Client') @else @endif