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

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

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