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

{{--

Please note that Service Provider assignment is subject to their availability. In the event that we are unable to meet your requirements we will
contact you to discuss alternative arrangements in accordance with our Terms of Service.

--}}
@csrf
{{--

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

--}}
Please fill in your email

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

Please put integer
{{-- --}} {{--
Please fill in your email
--}} {{--

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

--}}
@if ($type == "range")

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

Please put integer
@endif
@if($data->type == "physically")
@endif

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

Please fill in your email

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

@endsection @section('scripts') @endsection