{{$item->detail}}
{{__('staticwords.readmore')}}@extends('layouts.theme')
@section('title',__('staticwords.viewall'))
@section('main-wrapper')
@php
$pusheditems = \App\Movie::paginate(12); // OR ->get() if you remove links()
$genre = (object)['name' => 'Recipes'];
$withlogin = 0;
$catlog = 0;
$auth = Auth::user();
@endphp
{{$item->detail}}
{{__('staticwords.readmore')}}