@extends('admin.layout.index') @section('title') {{ __('messages.property') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.add-property') }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('value1')) {{ $errors->first('value1') }} @endif
@endsection @section('js') @endsection