@extends('layouts.admin')
@section('title') Payment Methods @endsection
@section('page_title') Payment Methods @endsection
@section('content')
@push('page_style')
@include('include.dataTableStyles')
@endpush
S.No |
Title |
Image |
Created At |
Action |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection