@extends('layouts.app') @section('content')

Edytuj adres kontrahenta {{ $adr->client->name }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@csrf @method('PATCH')
@if($adr->corresp) @else @endif
@if($adr->delivery) @else @endif
Anuluj
@endsection