@extends('admin.layouts.master-soyuz') @section('title',__('All Services | ')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Services') }} @endslot @slot('menu1') {{ __('Open Ai') }} @endslot @slot('button')
{{__("Add Service")}}
@endslot @endcomponent
{{__("All Services")}}
@foreach ($services as $service) @endforeach
{{ __("Name") }} {{ __("Status") }} {{ __("Action") }}
{{ $service->name }}
{{ csrf_field() }}
@endsection