@extends('layouts.master') @section('title') {{ __('Edit Blog') }} @endsection @section('main_content')

{{ __('Edit Blog') }}

{{ __('Blog List') }}
@csrf @method('PUT')
@foreach($blog->tags ?? [] as $tag)
@endforeach
{{ __('SEO Meta Tags') }}
{{ __('Cancel') }}
@endsection @push('js') @endpush