@extends('layouts.admin_layout') @section('title', 'Manage Service Blocks') @section('content') Manage Service Blocks Home Manage Service Blocks Add Service Block Save Sorting Title Action @foreach($service_block as $service_block_row) {{$service_block_row->service_block_title}} Edit @endforeach @endsection