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

{{ trans('masster_func.masster_func') }}

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