@extends('Admin.layout') @section('pagetitle', __('trans.our_clients')) @section('content')
IMG
{{ __('trans.title_ar') . ':' }} {{ $Image['title_ar'] }}
{{ __('trans.title_en') . ':' }} {{ $Image['title_en'] }}
{{ __('trans.status') . ':' }} {{ $Image['status'] ? __('trans.visible') : __('trans.hidden') }}
@endsection