@extends('back.layout') @section('css') @endsection @section('button') @lang('New Post') @endsection @section('main')
@lang('Status') :   new) checked @endif> @lang('New')  active) checked @endif> @lang('Active') 
@if (session('post-ok')) @component('back.components.alert') @slot('type') success @endslot {!! session('post-ok') !!} @endcomponent @endif @include('back.posts.table', compact('posts'))
@lang('Title') @lang('Image') @lang('Active') @lang('Creation') @lang('New') @lang('SEO Title')
@lang('Title') @lang('Image') @lang('Active') @lang('Creation') @lang('New') @lang('SEO Title')
@endsection @section('js') @endsection