@extends('layouts.admin.app') @section('page-title') {{ __('common-mistakes') }} @endSection @section('page-nav-title')

{{ __('common-mistakes') }}

{{ __('contorl-common-mistakes') }}

@endsection @section('content') @include('includes.dialog')
{{ __('arabic-title') }} {{ __('arabic-description') }} {{ __('english-title') }} {{ __('english-description') }} {{ __('control') }}
{{ $mistakes->ar_title }} {{ $mistakes->ar_description }} {{ $mistakes->en_title }} {{ $mistakes->en_description }}

{{ __('image') }}

# {{ __('image') }} {{ __('control') }}
1 image
@if (isPermissionsAllowed('edit-main-title')) @endif @foreach ($mistakes->entries as $m) @if (isPermissionsAllowed('edit-common-mistakes', 'delete-common-mistakes')) @endif @endforeach
{{ __('arabic-title') }} {{ __('arabic-body') }} {{ __('english-title') }} {{ __('english-body') }}{{ __('control') }}
{{ $m->ar_title }} {{ $m->ar_body }} {{ $m->en_title }} {{ $m->en_body }} @if (isPermissionsAllowed('edit-common-mistakes')) @endif @if (isPermissionsAllowed('delete-common-mistakes')) @endif
@endsection @section('scripts') @endsection