@extends('panel._theme_dashboard') @section('content')
Configurações - Serviços
@foreach($services as $service) @endforeach
Serviço Valor
{{$service->service_name}} R$ {{$service->service_value}}
@endsection @section('customJS') @endsection