@extends( 'layouts.app') @section('title') Update Statement @stop @section('breadcrumb') @stop @section('content')

Cancel Property


{{csrf_field()}}
@if ($errors->has('property_no')) {{ $errors->first('property_no') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop