@extends('layouts.Master') @section('page')
{{$page_title}}
add
New Blog
search
Category
All categories
Vue.js
Node.js
GitHub
Published
Published
Draft
All
@if($data) @foreach($data as $key=>$value)
{{$value->title}}
{{Str::limit($value->description, $limit = 100, $end = '...') }}
more_vert
Edit Blog
Delete
{{$value->price}}
@if($value->status == 1)
Published
@else
Draft
@endif
@endforeach @endif
@endsection @push('script') @endpush