@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')

post

@if (session()->has('message'))
@endif
post
@include('post.list')
@endsection @section('script') @endsection