@extends('admin.layout.admin_layout') @section('content')

Services

@include('admin.layout.message')

Services List

Add

@if(!empty($alld)) @foreach($alld as $blog) @endforeach @endif
Sl.No. Image Title heading Action
{{$i}} {{$blog['title']}} {{$blog['heading1']}}
Sl.No. Image Title heading Action
@endsection @push('scripts') @endpush