@extends('layouts.admin_layout') @section('title', 'Manage Service Blocks') @section('content')

Manage Service Blocks

Add Service Block
@foreach($service_block as $service_block_row) @endforeach
Title Action
{{$service_block_row->service_block_title}} Edit
@endsection