@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Staff

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (!empty($data)) @foreach ($data as $row)
image)) src="{{ asset('public/storage/uploads/'.$row->image) }}" @else src="{{ asset('assets/dummy_person.jpg') }}" @endif alt="">

{{$row->fname ." ". $row->lname}}

{{$row->designation}}

{{$row->email}}

{{$row->phone_number}}

Roles

@if (!empty($permissions_title)) @foreach($permissions_title as $prow) @endforeach @endif
@endforeach @endif
@endsection @section('script') @endsection