@extends('layouts.app') @section('title') {{ __('Báo cáo đối tác cuối ngày') }} @endsection @section('report') active @endsection @section('section.header')

{{ __('Báo cáo đối tác cuối ngày') }}


@endsection @section('section.content')
@csrf
{{ __('Ngày') }}
{{ __('partner') }}
{{ __('Tên') }} {{ __('Số dư') }} {{ __('Ngày') }}
@endsection @section('scripts') @endsection @section('styles') @endsection