芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/about-us.blade.php
@extends('admin.master_layout') @section('title')
{{ __('admin.About Us') }}
@endsection @section('admin-content')
{{ __('admin.About Us') }}
{{ __('admin.Dashboard') }}
{{ __('admin.About Us') }}
@csrf @method('PUT')
{{ __('admin.Existing Image') }}
{{ __('admin.Translations') }}
@forelse($languages as $key => $language)
{{ strtoupper($language->code) }}
@if (!$loop->last) || @endif @empty
{{ strtoupper(config('app.locale')) }}
@endforelse
{{ __('admin.New Image') }}
{{ __('admin.About Us') }}
*
{{ $aboutUs->about_us }}</textarea>
{{ __('admin.Service') }}
*
{{ $aboutUs->service }}</textarea>
{{ __('admin.History') }}
*
{{ $aboutUs->history }}</textarea>
{{ __('admin.Team Title') }}
{{ __('admin.Team Description') }}
{{ __('admin.Team Status') }}
*
team_visibility == 1 ? 'selected' : '' }} value="1">{{ __('admin.Active') }}
team_visibility == 0 ? 'selected' : '' }} value="0">{{ __('admin.Inactive') }}
{{ __('admin.Update') }}
@endsection