@extends('layouts.master') @section('styles') @endsection @section('newsManagement')
News Management
@if ($msg = Session::get('ok'))
{{ $msg }}
@endif
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('news_file')) {{ $errors->first('news_file') }} @endif
@endsection @section('scripts') @endsection