@extends('main') @section('h_title', 'All Remittance Provider') @section('remittance_view', 'active') @section('remittance_main', 'active') @section('remittance_show', 'show') @section('remittance_expanded', 'true') @push('css_cdn') @endpush @section('body')
All Remittance Provider
@foreach($remits as $data) @endforeach
SR No. Logo Type Name Slug Status Created At Action
{{ $loop->iteration }} {{ $data->name }} {{ $data->type }} {{ $data->name }} {{ $data->slug }} {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }}
@endsection @push('js_cdn') @endpush @push('js') @endpush