@extends('admin.layouts.app') @section('title','Services') @section('content')

Blog

Add Blog

Blog List

@php $sr = 1 @endphp @foreach($blogs as $blog) @endforeach
S.No Name Description Image Status Action
{{ $sr++ }} {{ $blog->name ?? '' }} {!!Str::limit($blog->description, 700, $end='.......')!!} @if($blog->status == 1) @else @endif
@endsection @section('js') @endsection