芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/resources/views/theme/contact.blade.php
@extends('theme.layout') @section('content')
{{ _lang('Contact Us') }}
{{ _lang('Get in Touch') }}
{{ _lang('Call Us') }}
{{ get_option('phone') }}
{{ _lang('Email Us') }}
{{ get_option('email') }}
{{ _lang('Location') }}
{{ get_option('address') }}
{{ _lang('Contact Us') }}
{{ _lang('Write us a message') }}
@if(\Session::has('success'))
{{ session('success') }}
@endif @if(\Session::has('error'))
{{ session('error') }}
@endif
@csrf
</textarea>
@endsection