{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent
@include('common.msg')
Name Email
{{ $userProfile->name }} {{ $userProfile->email }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection