@extends('layouts.app') @section('form-title') {{ __('Inbox') }} @endsection @section('form-sub-title') {{ __('Click a message for more information') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Inbox') }}
@endsection @push('child-scripts') @endpush