@extends('admin.layout.index') @section('title') {{__("message.News")}} @stop @section('content')
{{__("message.News")}}
@if(Session::has('message'))
@endif
{{csrf_field()}}
@endsection