@extends('admin.layouts.app') @section('title') {{ $page_title }} @endsection @section('content')
@if(count($methods) > 0) @foreach($methods as $method) @endforeach @else @endif
@lang('Name') @lang('Status') @lang('Action')
{{ $method->name }} {!! $method->status == 1 ? ''.trans('Active').'' : ''.trans('Inactive').'' !!}
@lang('No Data Found')
@endsection @push('js-lib') @endpush @push('js') @endpush