@extends('admin.layout') @section('admin_container') @if(session()->has('message.level')) {!! session('message.content') !!} @endif @if(count($errors)>0) @foreach($errors->all() as $error) {{$error}} @endforeach @endif {{csrf_field()}} Complete Article Details Article Name Author Name -- Please select Author Name -- @foreach($authors as $author) {{$author->author_name}} @endforeach Or Author Name (If Not In the list) Publishing Date Short Description Category -- Please select category -- @foreach($catagories as $catagory) {{$catagory->catagory_name}} @endforeach Sub Category -- Please select sub category -- Article Tags Tags {{--@include('country')--}} @foreach($tags as $tag) {{$tag['catagory_name']}} @endforeach @endsection
{{$error}}