@extends('layouts.admin_layout') @section('title', 'Manage Innovation Major Developments') @section('content') Manage Innovation Major Developments Home Manage Innovation Major Developments Add Innovation Major Development Save Sorting Title Action @foreach($innovation_major_development as $major_development_row) {{$major_development_row->innovation_major_development_title}} Edit @endforeach @endsection