@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')
{{-- --}}

Bkash Amount List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
@if(count($amounts) > 0) @foreach($amounts as $amount) @endforeach @else @endif
Sl Amount Action
{{$i}} {{$amount->amount}}
No Data Found
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection