芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/seo_setup.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.SEO Setup')}}
@endsection @section('admin-content')
{{__('admin.SEO Setup')}}
{{__('admin.Dashboard')}}
{{__('admin.SEO Setup')}}
@foreach ($pages as $index => $page)
{{ $page->page_name }}
@endforeach
@foreach ($pages as $index => $page)
@method('PUT') @csrf
{{__('admin.SEO Title')}}
{{__('admin.SEO Description')}}
{{ $page->seo_description }}</textarea>
{{__('admin.Update')}}
@endforeach
@endsection