@extends('layouts.app') @section('title') Add New unit Floor @stop @section('breadcrumb') @stop @section('content')

Add New Unit Floor


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('unit_block_id')) {{ $errors->first('unit_block_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('rate')) {{ $errors->first('rate') }} @endif
@stop @section('js') @stop