@extends('Backend.Layouts.panel') @section('title','Adicionar Tipo de serviço e nota') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Adicionar tipo de serviço e nota fiscal

@csrf
@endsection