@extends('crudbooster::admin_template') @push('head') @endpush @section('content')
@if (Session::has('msg'))

{{ Session::get('msg')}}

@endif
Module Sort
@foreach($modules as $key => $module) @endforeach {{-- --}}
SL: Module Name Settings Action
{{ $key+1 }} {{ $module->module_name }}
Cat.Product Name Product Name Action
@include('Admin.partials.analysesSortingModal') @endsection @push('bottom') @endpush