@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') }} {{ __('home') }} {{ __('Báo cáo') }} @endsection @section('section.content') @csrf {{ __('Ngày') }} {{ __('partner') }} {{ __('select') }} @foreach (\App\Models\User\User::getPartners() as $partner) {{ $partner->username }} @endforeach {{ __('search') }} {{ __('Tên') }} {{ __('Số dư') }} {{ __('Ngày') }} @endsection @section('scripts') @endsection @section('styles') @endsection