@extends('layouts.master') @section('title','edit article') @section('header') @endsection @section('main') @csrf {{trans('title')}} {{trans('image')}} {{trans('seo description')}} {{old('meta_description') ? : $post->meta_description}} {{trans('seo tag')}} {{old('meta_tag') ? : $post->meta_tag}} {{trans('description')}} {{old('body') ? : $post->body}} @endsection @section('footer') @endsection