@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection') @endsection --}} @section('content')
Export
@foreach ($users as $user) @endforeach
Image Name Role Email Phone Created On
Icon 01 {{ $user->full_name }} {{ $user->roles?->first()?->name }} {{ $user->email }} {{ $user->mobile_number ?? '--' }} {{ date('d-m-Y', strtotime($user->created_at)) }}
@endsection @push('scripts') @endpush