@extends('layouts.admin') @section('content')

Opay Expenses List

@csrf
Add New Opay Expenses

@php $count = 0; @endphp @foreach ($expanses as $item) @endforeach
id payment gateway fixed value percentage value status
{{++$count}} {{$item->payment_gateway}} {{$item->fixed_value . ' EGP'}} {{$item->percentage_value . ' %'}} {{$item->is_active ? "acive":"inactive"}}
@endsection @section('admin-js') @endsection