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

Редактировать {{$ferma->name}}


@method('PATCH') @csrf
@if($errors->any()) @php /** @var \Illuminate\Support\ViewErrorBag $errors*/ @endphp
@endif

{{$ferma->id}}_{{$ferma->hash}}


@endsection