@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Month')
@foreach($services->chunk(1) as $service)
@foreach($service as $value)
@endforeach
@endforeach
@endsection @push('breadcrumb-plugins') @lang('Go Back') @endpush @push('script-lib') @endpush @push('script') @endpush