@extends('layouts.master') @section('title') Edit Service @endsection @section('extra-css') @endsection @section('index')
Edit Service
@csrf @method('PUT')
@error('category_id') @enderror
@error('title') @enderror
image != null) data-content='' @endif>
Browse
@error('image') @enderror
@endsection @section('extra-script') @endsection