@extends('backend.layouts.master') @section('title', __('static.blog.edit')) @section('content')
@method('PUT') @csrf @include('backend.blog.fields')
@endsection