@extends('admin/layouts/default') @section('title') Notaries @parent @stop {{-- Page content --}} @section('content')

@lang('mof.notaries')

@include('flash::message')

@lang('mof.notaries_list')


@include('admin.notaries.table')
@stop