@extends('user.master') @section('title', trans('general.dashboard')) @section('content')

@lang('general.dashboard')

@lang('user.announcement')

@if (auth()->user()->isAdmin()) @endif
{!! $announcement !!}
@endsection