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

@lang('Edit Blog')

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