@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

Payment Report

@foreach ($data as $key => $row) @endforeach
{{ ___('common.sr_no') }} UDISE School Name Application Id Email Phone Number Payment Status Amount Payment Date
{{ ++$key }} {{ $row->udise_no }} {{ $row->school_name }} {{ $row->application_id }} {{ $row->email }} {{ $row->phone }} {{ $row->status }} {{ $row->amount }} {{ $row->created_at }}

{{ ___('common.Are you sure!') }}

{{ ___('common.You wont be able to revert this!') }}

{{ ___('common.Yes, delete it!') }}

{{ ___('common.Cancel') }}

{{ ___('common.Deleted') }}

{{ ___('common.Deleted Successfully') }}

{{ ___('common.OK') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush