@extends('layouts.master_app') @section('title') Agregar servicio contratado @endsection @section('css') @endsection @section('content')

Agregar servicio contratado {{$client->person->fullname}}

Agregar servicio

@include('partials.success')
@csrf
El sistema creará notificaciones y recordatorios de pagos
El cliente pagará @{{'$'+cost}} cada @{{every}} @{{billing_period}}
@endsection @section('js') @endsection