@extends('admin.layouts.index') @section('css') @endsection @section('title') Admin | CS-Design @endsection @section('content')

@lang('contact-page')

@if(session()->has('success'))
{{session()->get('success')}}
@endif @if(session()->has('error'))
{{session()->get('error')}}
@endif

@lang('contact-page')

@csrf
(*) @lang('noti-content')
(**) @lang('get-iframe')
@endsection @section('js') @endsection