@extends('layouts.app2') @section('template_title') Update Cargos Lectura @endsection @section('content')
@includeif('partials.errors')
Update Cargos Lectura
{{ method_field('PATCH') }} @csrf @include('cargos-lectura.form')
@endsection