@extends('layouts.master') @section('title', 'Service Entry') @section('main-content')
Home > Service Entry
Service Entry
@csrf
@error('title') {{ $message }} @enderror
@error('image') {{ $message }} @enderror

Service List
@foreach ($service as $item) @endforeach
SL Title Icon Action
{{ $loop->index + 1 }} {{ $item->title }}
@endsection @push('scripts') @endpush