@extends(Request::ajax() ? 'layouts.ajax-main' : 'layouts.main') @section('title'){{ _('Update DJ Says') }} @endsection @section('page-title')DJ chevron_right Update DJ Says @endsection @section('content')

{{ _('Update DJ Says') }}

{{ _('Here you can update the "DJ Says" displayed on our main site. It can take up to 5 minutes to reflect on the main site. Please ensure that you are the current DJ before updating.') }}

{!! __('The current DJ says is %s', "{$current}") !!}

{{ csrf_field() }}
@if ($errors->has('msg')) {{ $errors->first('msg') }} @endif
@endsection