@extends('layouts/contentLayoutMaster') @section('title', 'User ') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@if($role == 'MARKETING' && $user == 'customer') @elseif($role != 'MARKETING' && $user == 'customer') @elseif($role != 'MARKETING' && $user != 'customer') @endif @if($role == 'BRANCH_RECEPTIONIST' || $role == 'BRANCH_MANAGER' || $role == 'BRANCH_CASHIER') @endif