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

Novo Pescador

Voltar
@csrf @include('admin.mercado.pescadores.partials._form', ['fisherman' => null])
Cancelar
@endsection @push('styles') @endpush @push('scripts') @endpush