@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@yield('body')
@endsection