@extends('admin::layouts.app') @section('content') @method('PUT') {{ __('master.blog_master') }} {{ __('master.edit_blog') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('master.enter_the_details_below_to_update_blog_for_english_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $blog->description_en }} {{ __('master.enter_the_details_below_to_update_blog_for_arabic_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $blog->description_ar }} {{ __('admin.status_update') }} status == 'active' ? 'checked' : '' }}> {{ __('admin.active') }} status == 'inactive' ? 'checked' : '' }}> {{ __('admin.inactive') }} {{ __('master.select_blog_file') }} {{ __('master.select_file_type') }} @foreach ($fileTypes as $type) type == $type ? 'selected' : '' }}> {{ ucfirst($type) }} @endforeach {{ __('master.enter_video_url') }} @if ($blog->video_url) @endif {{ __('master.or') }} {{ __('master.upload_video') }} @if ($blog->hasMedia('blog_video')) Your browser does not support the video tag. @endif {{ __('master.upload_image') }} @endsection @section('script') @endsection
{{ __('master.edit_blog') }}
{{ __('master.or') }}