@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
List of Registered Superstructure
Add Superstructure
@if($superstructure_data) @foreach($superstructure_data ?? '' as $key => $structure_detail) @endforeach @endif
Sl.No Structure Action
{{ $structure_detail->id }} {{ @$structure_detail->structure }}
@endsection