@extends('merchant.layouts.master') @section('breadcrumb') @include('merchant.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("merchant.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')
| {{ __("titleS") }} | {{ __('type') }} | {{ __('Amount') }} | {{ __('Status') }} | {{ __('Created At') }} | |
|---|---|---|---|---|---|
| {{ $item->title }} | {{ $item->linkType }} | {{ $item->amountCalculation }} | {{ __($item->stringStatus->value) }} | {{ dateFormat('d M Y , h:i:s A', $item->created_at) }} |
|