@extends('default.layout') @section('content')

{{{ isset($type) ? "Editar": "Cadastrar" }}} Tipo de Serviço

@if($errors->has('name'))
{{ $errors->first('name') }}
@endif

@endsection