@extends('panel.layouts.main') @section('content')
انتخاب شده
@if(!empty($errors->all()))

اطلاعات وارد شده اشتباه میباشد:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @csrf
id" : (empty($errors->all()) ? "" : old("id")) }}"/>
address" : (empty($errors->all()) ? "" : old("address")) }}"/>
y" :(empty($errors->all()) ? "0" : old("y")) }}"/>
x" :(empty($errors->all()) ? "0" : old("x")) }}"/>
لغو
@endsection