@extends('backend.layout') @section('content')
{{ __('Contact Page') }}
@includeIf('backend.partials.languages')
@if (session()->has('course_status_warning'))

{{ session()->get('course_status_warning') }}

@endif
@csrf

{{ __('Use newline to seperate multiple addresses') }}

{{ __('Use comma (,) to seperate multiple contact numbers') }}

{{ __('Use comma (,) to seperate multiple contact mails') }}

@endsection