@extends('layout.front.app') @section('title', __('front.medad')) {{-- @section('breadcrumb') @endsection --}} {{-- @section('style')@endsection --}} @section('js') @endsection @section('content')
{{ __('front.medad') }}

{!! $medadInfo->translation->content !!}

aboutImage
@if (!$versioncategory->isEmpty()) @foreach ($versioncategory as $index => $versioncategory)

{{ $versioncategory->translation->name }}

@endforeach @endif

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

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