@extends('admin.layouts.master') @section('title', __('Label.Transactions')) @section('content')

@yield('title')

{{__('Label.#')}} {{__('Label.User Name')}} {{__('Label.Package Name')}} {{__('Label.Payment Id')}} {{__('Label.Amount')}} {{__('Label.Description')}} {{__('Label.Date')}} {{__('Label.Status')}}
@endsection @push('scripts') @endpush