@extends('theme.default') @section('content')
@if(session()->get('success'))
{{ session()->get('success') }}
@endif

Post

@foreach($post as $post) @endforeach
Name No Content Meta_content Meta_File
{{$post->name}} {{$post->file}} {{$post->content}} {{$post->meta_content }} {{$post->meta_file}}
@endsection