@extends('layouts.app') @section('title') {{ __('messages.about_us.about_us') }} @endsection @section('content')
@include('layouts.errors') @include('flash::message')
{{ Form::hidden('about_us_data',$aboutUs['about_us_description'] ?? null,['id' => 'aboutUsData']) }}
{{ Form::open(['route' => 'about.us.update', 'id' => 'aboutUsForm']) }} @include('fronts.about_us.fields') {{ Form::close() }}
@endsection