@extends('adminlte::page') @section('title', 'Fichas') @section('content_header')

Fichas

@stop @section('content')

Editar Ficha

@csrf @method('PUT')
@stop @section('css') @stop @section('js') @stop