@extends('layouts.instructor') @push('title', get_phrase('Edit Blog')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Edit Blog') }}

{{ get_phrase('Back') }}
@csrf
{{ get_phrase('Writing your keyword and hit htw enter button') }}
blog-banner
blog-thumbnail
is_popular == 1) checked @endif>
is_popular == 0) checked @endif>

{{ get_phrase('SEO Fields') }}

@php $seo_meta_tag = App\Models\SeoField::where('course_id', $blog_data->id)->firstOrNew(); @endphp
{{ get_phrase('Writing your keyword and hit the enter') }}
....
@endsection @push('js') @endpush