@extends('layouts.app')
@section('metades')
@endsection
@section('title')
{{ucwords(str_replace('-',' ',$page))}} / {{__('Shyams Group')}}
@endsection
@section('css')
@endsection
@section('content')
@foreach($data['moduleItems'] as $item)
@endforeach
@endsection
@section('js')
@endsection
@push('scripts')
@endpush