@extends('admin.layout.admin_layout') @section('content')
Services
Dashboard
Services
@include('admin.layout.message')
Services List
Add
Sl.No.
Image
Title
heading
Action
@if(!empty($alld)) @foreach($alld as $blog)
{{$i}}
{{$blog['title']}}
{{$blog['heading1']}}
@endforeach @endif
Sl.No.
Image
Title
heading
Action
@endsection @push('scripts') @endpush