@extends('layouts.admin') @section('content')
@csrf
Update Service
Enter Service Title @error('tile') * @enderror
Service Content @error('content') * @enderror
Choose Service Cover Image @error('image') * @enderror

@endsection @section('script') @endsection