@extends('layouts.master')
@section('title', 'Document Function')
@section('content')
@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