@extends('backend.layouts.app') @section('page-header')

{{ app_name() }} {{ trans('strings.backend.dashboard.title') }}

@endsection @section('content')

{{ trans('strings.backend.dashboard.welcome') }} {{ $logged_in_user->name }}!

{!! trans('strings.backend.welcome') !!}
{{--
--}} {{--
--}} {{--

{{ trans('history.backend.recent_history') }}

--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--{!! history()->render() !!}--}} {{--
--}} {{--
--}} @endsection