@extends('admin.layout.base') @section('title', 'Update Service Type ') @section('content')
@lang('admin.back')
@lang('admin.service.Update_User')
{{csrf_field()}}
@if(isset($service->image)) @endif
@if($service->calculator =='DISTANCEHOUR')
@else
@endif
@endsection