@extends('layouts.app') @section('content')
@lang('models/tblChalet.singular')
@include('common.errors')
{!! html()->form('POST', route('tblChalet.store'))->open() !!}
@include('tbl_property_chalets.fields')
{!! html()->form()->close() !!}
@endsection