@extends('layouts.sidebar') @section('title', 'Nomadic-News') @section('content')

@if(isset($news->id))Update @else Create @endif news

@if(session('success'))
{{session('success')}}
@endif
@if(isset($news->banner) && $news->banner!="") @endif
@if(isset($news->conclusion_picture) && $news->conclusion_picture!="") @endif
@csrf
@endsection @section('footer_scripts') @endsection