@extends('seller.layout.master') @section('content') {{-- {{dd($service)}} --}}
@if (Session::has('message'))
{{Session::get('message')}}
@endif
@csrf

Edit Service

{{-- --}}
@if($errors->has('title'))
{{$errors->first('title')}}
@endif
@if($errors->has('description'))
{{$errors->first('description')}}
@endif
{{--
@if($errors->has('duration'))
{{$errors->first('duration')}}
@endif
--}}
@if($errors->has('price'))
{{$errors->first('price')}}
@endif
@if($errors->has('image'))
{{$errors->first('image')}}
@endif @if(!empty($service->cover_image)) @endif
{{--
--}}
{{--

Info

--}}
{{-- --}}
@endsection @section('scripts') @endsection