@extends('layouts.main') @section('title') {{__("Edit Blogs")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{__("Back to All Blogs")}}
@method('PUT') @csrf id }}>
{{__("Edit Blogs")}}
{{--
{{__("Browse File")}}
{{__("Icon (use 256 x 256 size for better view)")}}
--}}
@foreach($languages as $lang) @php $isEnglish = $lang->id == 1; $trans = isset($translations) ? ($translations[$lang->id] ?? null) : null; @endphp
@if(!$isEnglish) {{ __("This field can be added in English only.") }} @endif
@if($isEnglish && isset($blog)) Image @endif @if(!$isEnglish) {{ __("This field can be added in English only.") }} @endif
@endforeach
@endsection @section('js') @endsection