@extends('layouts.master') @section('title', 'Document Function') @section('content')

{{ trans('document_function.document_function') }}

@include('pages.document_function.list')
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection