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

{{ __('Create Blog') }}

{{ __('Blog List') }}
@csrf
{{ __('SEO Meta Tags') }}
{{ __('Cancel') }}
@endsection @push('js') @endpush