@extends('admin.layouts.app') @section('content')

Order Table

@include('errors')
@foreach ($joinUsData as $index => $item) @endforeach
# Name Mobile Email Location Presently working Role Applied For Refrence By Date
{{ $index + 1 }} {{ $item->name }} {{ $item->mobile }} {{ $item->email }} {{ $item->location }} {{ $item->presently_working }} {{ $item->role_applied_for }} {{ $item->message }} {{ date('d-m-y', strtotime($item->created_at)) }}
@include('customer.layouts.footer')
@endsection