@if (session()->has('success'))
{{ session('success') }}
@endif @if ($errors->any()) {{ $this->scroll() }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@lang('admin.Your Message')


Loading.......

@if ($msg_file) @if (strpos($msg_file->getMimeType(), 'image') === 0)

@elseif ($msg_file->getMimeType() === 'application/pdf')

@endif @endif