{{-- Template Name: Blog EN --}} @extends('layouts.app-full') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.content-single-en') @endwhile @endsection