@extends('layouts.app') @section('content')
@lang('Update')

@csrf @method('PUT')
{{ $contact_u->full_name }}
{{ $contact_u->email }}
{{ $contact_u->phone }}
@include('includes.textarea', [ 'selectors'=>'.description,.comment', 'labels'=>[0=>Lang::get("Inquiry"), 1=>Lang::get('Comment')], 'posts'=>[$contact_u->inquiry, $contact_u->comment] ])
@endsection @section('scripts') @if (app()->getLocale() != 'en') @endif @endsection