@extends('layouts.admin') @section('title') @lang('Add New Blog') @endsection @section('breadcrumb')

@lang('Add New Blog')

@lang('Back')
@endsection @section('content')
{{ __('Add New Blog Form') }}
@csrf
image
{{ __('(Extension:jpeg,jpg,png)') }}
@endsection