@extends('layouts.app') @section('content')


All Services
@foreach($services as $service) @endforeach
id. Service Name Action
{{$service->id}} {{$service->name}} Delete Edit
@endsection @section('footerscript') @endsection