@extends('layouts.admin') @section('title', 'Edit Service') @section('page_title', 'Update Service') @section('content')

Editing: {{ $service->title }}

@csrf @method('PUT')

SEO Meta Information

Cancel
@section('scripts') @endsection @endsection