@extends('customers.layout') @section('content')
No | Company | Name | Type | Country | @if (auth()->user()->hasRole('Admin'))Insert by | @endifAction | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $customer->company }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer->type }} | {{ $customer->country }} | @if (auth()->user()->hasRole('Admin')){{ $customer->user_name }} | @endif|
No Customer Found! | @endforelse