@extends('layout.front.app') @section('title', __('front.rewaq')) @section('description', $rewaq->translation->content) @section('page_img', $rewaq->img) @section('content') {{-- bg-white-greding-green --}}

{{ __('front.versions') }}

@if (!$books->isEmpty())
@endif {{-- videos section --}}

{{ __('front.videos') }}

@if (!$videos->isEmpty())
@foreach ($videos as $video)
{{ $video->translation->name }}
{{ $video->translation->name }}
@endforeach
@endif

{{ __('front.contact_us') }}

@csrf
@if ($errors->all()) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif
@endsection @section('js') @endsection