@extends('layouts.admin') @section('content')
@csrf
Permalink {{url('/').'/'}}
{{ old('overview', isset($listing) ? $listing->overview : '') }}
{{__('Add new')}}

{{ old('meta_description', isset($listing) ? $listing->meta_description : '') }}
{{__('Alternative title is used for the translation of the content into your language.')}}
{{__('Save change')}}
@push('javascript') @endpush @endsection