@extends('layouts.app') @section('title') {{ __('Tính toán lợi nhuận') }} @endsection @section('gate') active @endsection @section('section.header')

{{ __('Tính toán lợi nhuận') }}

@endsection @section('section.content')
Loading...
Hệ thống đang xử lí, vui lòng chờ...
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf
{{ __('from_date') }}
{{ __('to_date') }}
{{ __('Tên cổng') }} {{ __('Loại giao dịch') }} {{ __('Danh thu cashin') }} {{ __('Chiết khấu') }} {{ __('Lãi') }}

@endsection @section('scripts') @endsection @section('styles') @endsection