@extends('buyers_sellers.layout2.master') @section('title', 'Edit Profile') @section('content')
Edit Services
Edit Service
@csrf

@error('sub_category_id') {{ $message }} @enderror

{{-- --}}

@error('description') {{ $message }} @enderror


@endsection