@extends('frontend.layout.master') @section('title') {{$posts->meta_title}} @endsection @section('keyword'){{$posts->meta_keywords}}@endsection @section('desc'){{$posts->meta_description}}@endsection @section('caninocal')https://www.jenikashop.com/blog/{{$posts->slug}}@endsection @section('schema') @endsection @section('content')

{{$posts->title}}

@foreach($allposts as $post)

{{$post->title }}

{{$post->title}} مشاهده مطلب
@endforeach
@endsection