@extends('layouts.master') @section('title', 'Service Update') @section('main-content') Home > Service Update Create New Service Service Update @csrf Title * @error('title') {{ $message }} @enderror Icon(70 x 60 px) * @error('icon') {{ $message }} @enderror Reset Update Service List SL Title Icon Action @foreach ($services as $item) {{ $loop->index + 1 }} {{ $item->title }} @endforeach @endsection @push('scripts') @endpush