@extends('layouts.app') @section('content')
{{ __('Reports') }}

{{ __('General report') }}

{{ __('Profit & Loss') }}

{{ __('Shows money you earned and money you spent to see how much you profited') }}

{{ __('User report') }}

{{ __('Detail report on each user and their profile (both ISP & Reseller users)') }}

{{ __('Mikrotik log') }}

{{ __('This report includes all the log generated by Mikrotik') }}

{{ __('Custom report') }}

@error('start') {{ $message }} @enderror
@error('end') {{ $message }} @enderror
@endsection @section('scripts') @endsection