@extends('layouts.admin_layout') @section('title', "Manage $executive_team_category_title") @section('content') Manage {{$executive_team_category_title}} Home Manage {{$executive_team_category_title}} Add {{$executive_team_category_title}} Save Sorting Caption Action @foreach($executive_team as $executive_team_row) {{$executive_team_row->executive_team_name}} Edit @endforeach @endsection