@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
| Name |
Email |
Phone |
@if (Auth::user()->role_id === 1)
Registered By |
@endif
@if (Auth::user()->role_id === 1)
Actions |
@endif
@foreach($data as $buyer)
| {{$buyer->name}} |
{{$buyer->email}} |
{{$buyer->phone}} |
@if (Auth::user()->role_id === 1)
{{$buyer->users->name}} |
@endif
{{-- --}}
{{-- --}}
|
@endforeach
{{--
| 1 |
test |
|
--}}