@extends('layouts.admin') @section('content')

Editar Tarifa

@csrf @method('PUT') @include('catalogos.tarifas.form') Cancelar
@endsection