@extends('layouts.admin') @section('content')
  • {{ __('week-report.details') }}

    • {{--
    • --}}
@include('admin.week-report.sales-details')
  • {{ __('week-report.top_branch') }}

@include('admin.week-report.top-branch')
  • {{ __('week-report.last_week_top_branch') }}

@include('admin.week-report.last-week-top-branch')
@endsection @section('script') @endsection