芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/metas/edit.blade.php
@extends('admin.layouts.master') @section('title', __('Edit Meta')) @section('page_content')
@include('admin.common.settings_bar')
{{ __('Edit Meta') }}
@csrf
{{ __('Page Url') }}
@if($errors->has('url'))
{{ $errors->first('url') }}
@endif
{{ __('Page Title') }}
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{ __('Meta Description') }}
{{ $result->description }}</textarea> @if($errors->has('description'))
{{ $errors->first('description') }}
@endif
{{ __('Keywords') }}
{{ $result->keywords }}</textarea> @if($errors->has('keywords'))
{{ $errors->first('keywords') }}
@endif
@endsection @push('extra_body_scripts') @endpush