@extends('layout.default')
@section('title')
{{ __('staff.mass-pm') }} - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.mass-pm') }}
@endsection
@section('page', 'page__mass-pm--index')
@section('main')
{{ __('staff.mass-pm') }}
@endsection