@extends('layouts.master')
@section('title', $title)
@section('content')
{{--
User Profile / Profile
--}}
@include('employee.staff.profile.menu')
@include($view . '.modal')
| # |
Date |
Title |
Archive Type |
Status |
{{ __('messages.action') }} |
@endsection
@section('page_js')
@endsection