@extends('layouts.app') @section('template_title') Update Usr Cargo Historico @endsection @section('content')
@includeif('partials.errors')
Update Usr Cargo Historico
{{ method_field('PATCH') }} @csrf @include('usr-cargo-historico.form')
@endsection