@extends('dashboard.layouts.main') @section('style') @stop @section('content')
@lang('home.update')
@if ($errors->any()) @foreach ($errors->all() as $error)
×{{@$error }}
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif @csrf {{-- general Info --}}
@lang('home.update_info') @if($site_langs->count() > 0) @foreach($site_langs as $key => $lang)
{{-- mission ar --}}
{{-- mission ar --}} {{-- mission ar --}}
{{-- mission ar --}} {{-- mission ar --}}
{{-- mission ar --}} @endforeach @endif
{{-- general Info --}}
@stop @section('jsCode') @stop