@extends('dashboard.layouts.main') @section('container')

Service

@if (session()->has('success')) @endif
Create Service @foreach ($services as $service) @endforeach
# Name Content Action
{{ $loop->iteration }} {{ $service->name }} {{ $service->content }}
@method('delete') @csrf
@endsection