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

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