@extends('layouts.app')
@section('content')
Post
@include('component.breadcrumb', ['items' => ['Web', 'Post', 'Ordering']])
@include('component.flash')
@if (isset($posts) )
@foreach ($posts as $post)
-
Drag
{{$post->{'title:'.fallback_locale()} }}
@endforeach
@endif
@stop
@push('script')
@endpush