@extends('admin.layouts.master') @section('styles') @endsection @section('contents')

Sub Admin/HR

@if(count($admin)>0) @foreach($admin as $key=>$value) @endforeach @else @endif
Title Role Name Email Mobile Action
{{$value->title}} {{$value->role}} {{$value->name}} {{$value->email}} {{$value->mobile}}
Data not Found
@endsection @section('scripts') @endsection