@extends('dashboard::layouts.layout') @push('header')
@endpush @section('content')
@lang('main.transaction')
@lang('main.transactions')
@foreach (\App\Models\Transaction::STATUS as $key => $s) @endforeach
@if (isset($columns)) @endif
@stop @once @push('css') @if (app()->getLocale()==="ar") @else @endif @endpush @push('library') @endpush @endonce