@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}{{ trans('ID') }} | {{ trans('Customer Name') }} | {{ trans('Comapny Name') }} | {{ trans('Telephone') }} | {{ trans('Email Address') }} | {{ trans('Status') }} | {{ trans('Action') }} |
---|---|---|---|---|---|---|
{{ $key->id }} | {{ $key->full_name }} | {{ $key->company_name }} | {{ $key->telephone }} | {{ $key->email_address }} | @if($key->status == "1") Active @else Inactive @endif | @if(in_array("View", $RhysleyCustomers)) @endif @if(in_array("Edit", $RhysleyCustomers)) @endif @if(in_array("Delete", $RhysleyCustomers)) @endif |
{!! $result['data']->links() !!}
|
||||||
No record found |