@extends('admin.layouts.master') @section('title', 'Edit Service - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Service') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}
@if($datas->image != null || $datas->image !='')
{{ __('Image')}}
@else
@endif
@error('detail') {{ $message }} @enderror

status == '1' ? 'checked' : '' }} />
@endsection