@extends('includes.panel.base')
@section('page_title')
@lang('Dashboard')
@endsection
@section('content')
@lang('Users')
@lang(':count User', ['count' => 0])
@lang('View')
@lang('Inbounds')
@lang(':count Inbound', ['count' => 0])
@lang('View')
@endsection
@section('js')
@endsection