@extends('backend.layouts.master') @section('page_title') {{trans('back.about_us')}} @endsection @section('title') {{trans('back.about_us')}} @endsection @section('content')
@csrf @method('PUT')
image
image

{{-- التعريف --}}




{{-- Popup Modal --}}
{{ trans('back.popup_modal') ?? 'Popup Modal' }}
popup_enabled ? 'checked' : '' }}>
@if($about->popup_image) popup @endif
@endsection