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

Editando Colaborador

@stop @section('content')
@csrf @method('PUT') @include('app.pages.collaborators._partials.form')
@endsection