@extends('layouts.master') @section('title', $title) @section('content') {{--

User Profile / Profile

--}} @include('employee.staff.profile.menu') @include($view . '.modal')
{{ $title }} {{ __('list') }}
@can($access . '-create') {{ $title }} @endcan
# Date Title Archive Type Status {{ __('messages.action') }}
@endsection @section('page_js') @endsection