@extends('layouts.admin') @section('title') @lang('Service Module') @endsection @section('breadcrumb')

@lang('Service Module')

@endsection @section('content')
@foreach ($modules as $item) @endforeach
@lang('Photo') @lang('Service') @lang('Title') @lang('Action')
{{ $item->service->title }} {{ $item->title }}
@endsection @push('script') @endpush