@extends('admin.layouts.app')
@push('admin_css')
@if(App::getLocale() == 'ar')
@endif
@endpush
@if ($method == 'PUT')
@section('title', \App\Helpers\TranslationHelper::translate('Edit Blog'))
@else
@section('title', \App\Helpers\TranslationHelper::translate('Add Blog'))
@endif
@section('crumb')