@extends('layouts.app') @section('title') {{ __('callback_log') }} @endsection @section('callback') active @endsection @section('section.header')

{{ __('Nhật ký callback') }}

@endsection @section('section.content')
@php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
@csrf
{{ __('from_date') }}
{{ __('to_date') }}
{{ __('Order code') }}

{{ __('List') }}

{{ __('ID') }} {{ __('order_id') }} {{ __('Url Callback') }} {{ __('Data') }} {{ __('Status Code') }} {{ __('Responsebody') }} {{ __('time') }}
@endsection @section('scripts') @endsection @section('styles') @endsection