@extends('layouts.admin_layout') @section('title', 'Manage Innovation Major Developments') @section('content')

Manage Innovation Major Developments

@foreach($innovation_major_development as $major_development_row) @endforeach
Title Action
{{$major_development_row->innovation_major_development_title}} Edit
@endsection