@extends('super_admins.layouts.master') @section('title') System Info @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content')

System Information

System Information

@foreach ($system_info as $key => $value) @endforeach
{{ ucfirst(str_replace('_', ' ', $key)) }} {{ $value }}
@endsection @section('scripts') @include('super_admins.includes.datatable_scripts') @endsection