@extends('layouts.app') @section('title', 'Editar Pescador') @section('content')

Editar Pescador: {{ $pescador->full_name }}

Voltar
@csrf @method('PUT') @include('admin.mercado.pescadores.partials._form', ['fisherman' => $pescador])
Status

@error('status')
{{ $message }}
@enderror
Cancelar
@endsection @push('styles') @endpush @push('scripts') @endpush