@extends('layouts.app_new') @section('title','Prices') @section('content') {{--
--}}
@csrf @method('put')



@if (!empty(old('birth'))) @foreach (old('birth') as $key => $value) @endforeach @else @endif {{-- @if(!empty(old('birth')) --}} {{-- @endforeach @endif --}}
{{--
--}} @endsection @section('script') @endsection