@php $header_title = 'Aurobees | Home Page Management | Customers Derive'; $header_name = 'home_management'; $sub_header_name='home_customers-derive'; $page_name = 'home_customers_derive'; @endphp @extends('admin.admin_master') @section('admin')

Customers Derive

All Customers Derive

@foreach ($datas as $key => $data) @endforeach
# Image Status Action
{{ $key + 1 }} {{ $data->status }} @if($data->status=='Trash') @else @endif
@endsection