@extends('layouts.user') @section('title', 'Post Article - StarHela') @section('page-title', 'Post Article') @section('breadcrumb-current', 'Post Article') @section('content')
Post Article
@if(session('success'))
{{ session('success') }}
@endif

Post Article content will be displayed here.

@endsection