@extends('layouts.app')
@section('title')
Add New Merging
@stop
@section('breadcrumb')
- Home
@permission('merging-properties')
- All Merging
@endpermission
- Add Merging
@stop
@section('content')
@if($errors->any())
Errors
{!! implode('', $errors->all('- :message
')) !!}
@endif
MERGING PROPERTY ASSESSMENT FORM: MR - 002
@stop
@section('js')
@stop