@extends('layouts.app') @section('title') @lang("Dashboard") @endsection @section('breadcrumbs') @endsection @section('content')
@lang("Admin Dashboard")
@endsection