@extends('customer-service.layout.master') @section('ptitle','Customer Service') @section('page_title', 'Customers & Subscribers') @section('subpage', 'Graph & Summary Report') @section('img_profile', asset($user->StaffDetail->user_pic)) @section('login_name', $user->StaffDetail->name ) @section('last_login', $user->last_login_at ) @section('content')
Customer's List ( Resident & Business )
@if($user->StaffDetail->position == 'Customer Service')
# Type Application Customer Name Contact No. Unit No. Building Project Type Street Need Phone Email W/O Actions
@elseif($user->StaffDetail->position == 'Careline')
# Type Application Customer Name Contact No. Unit No. Building Project Type Street Need Phone Email
@endif

@endsection @section('external_js') @endsection