@extends('admin.layouts.app') @section('title', $title) @section('head') @endsection @section('content')

{{$title}}

{{$title}}

@foreach ($dataArr as $data) @endforeach
Id Username Type First Name Last name Preferred Name Location Email Action
{{$data->id}} {{$data->username}} {{$data->pharmacist->is_pharmacist ? ($data->pharmacist->is_pharmacist == 2 ? 'Technician' : 'Pharmacist') : ''}} {{$data->firstname}} {{$data->lastname}} {{$data->pharmacist->known_as}} {{$data->pharmacist->location}} {{$data->email}} status ? "checked" : ''}} data-bootstrap-switch data-id="{{$data->id}}" class="js-switch-small-{{$data->id}}">
@endsection @section('script') @endsection