@extends('layout.main') @section('content')
Client Account Number | Full Name | Gender | Phone Number | Location | {{--Date Of Birth | --}} @if (Auth::user()->can('clients-edit') || Auth::user()->can('clients-delete'))Actions | @endif
---|---|---|---|---|---|---|
{{ $person->acount_number }} |
{{ $person->fullname }} {{--10x Developer --}} |
{{ $person->gender }} |
{{ $person->phone }} |
{{ $person->location }} |
@if (Auth::user()->can('clients-edit') || Auth::user()->can('clients-delete') || Auth::user()->can('clients-show'))