@extends('staff::layouts.default') @section('title',trans('admin_default.payment_setting')) @section('breadcrumb')
  • {{trans('admin_default.payment_setting')}}
  • @endsection @section('content')
    {{trans('admin_default.payment_setting')}}
    {!! csrf_field() !!}
    ABA PAYWAY
    {!! \Helper::getSaveButton() !!}
    @endsection @section('script') @parent @endsection