@extends('layouts.admin_layout') @section('title', 'Manage Technology Blocks') @section('content') Manage Technology Blocks Home Manage Technology Blocks Add Technology Block Save Sorting Title Action @foreach($technology_blocks as $technology_block_row) {{$technology_block_row->technology_block_title}} Edit @endforeach @endsection