@extends('backend.layouts.app')
@section('content')
| Sl |
Service Name |
Action |
@foreach($swing as $swing)
| {{$swing->id}} |
{{$swing->service_name}} |
| |
@endforeach
@endsection
@section('page_script')
@endsection
@section('modal_content')
@endsection
@section('page_script')
@endsection