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