@extends('layouts.panel') @section('title', 'Editar tarifa') @section('content')
@method('PUT') @include('tariffs._form')
@endsection