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

{{ __('Edycja kontrahenta') }} {{$customer->name}}

@csrf {{method_field('PUT')}} @foreach($structs As $struct) @if($struct->id == 1)
@continue @endif @if($struct->id == 2)
@continue @endif
@endforeach @can('cu-e') @endcan
@endsection