@php $header_title = 'Aurobees | Financial Service'; $header_name = 'financial-service_management'; $page_name = 'financial-service-business-payment-platforms'; @endphp @extends('admin.admin_master') @section('admin')

Financial Service/Business Payment Platforms

All Business Payment Platforms

@foreach ($datas as $key => $data) @endforeach
# Title Slug Date Status Action
{{ $key + 1 }} {{ $data->title}} {{ $data->slug }} {{date('Y-m-d',strtotime($data->created_at))}} {{ $data->status }} @if($data->status!='Trash') @endif
@endsection