@extends('admin.master_layout') @section('title') {{ __('translate.Create Blog') }} @endsection @section('body-header')

{{ __('translate.Create Blog') }}

{{ __('translate.Manage Blog') }} >> {{ __('translate.Create Blog') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Create Blog') }}

{{ __('translate.Blog List') }}
@endsection @push('style_section') @endpush @push('js_section') @endpush