@extends('layouts.'.env('THEME')) @section('content')
Add View webpage
@foreach($articles as $article) @endforeach
Title Featured Live Release at Action
{{ substr($article->title, 0, 100) }} {!! $live_text[$article->featured] !!} {!! $live_text[$article->live] !!} {{ date('Y-m-d', strtotime($article->release_at)) }} Edit View
{{ csrf_field() }} @method('DELETE')
@endsection