@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endsection @section("css-links") @endsection @section("page-nav-title")

{{__("Services")}}

{{__("Sort Services")}}

@endsection @section("content") @include("includes.dialog")
$subCategory->mainCategory->id, "sub_id" => $subCategory->id])}}" method="post"> @csrf
    @foreach($services as $service)
  • {{$service->name}}
  • @endforeach

@endsection @section("scripts") @endsection