@extends('backend.admin-master') @section('site-title') {{__('Contact Area')}} @endsection @section('content')
@include('backend/partials/message')

{{__('Contact Area Settings')}}

@csrf
@foreach($all_languages as $key => $lang)
@endforeach
@endsection @section('script') @endsection