@extends('layouts.admin') @section('title') ویرایش صفحه @endsection @section('content')

ویرایش صفحه

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('seo_title')) {{ $errors->first('seo_title') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('image')) {{ $errors->first('image') }} @endif {{-- @if(file_exists(storage_path($page['image'])) && $page['image'])--}} {{-- @endif--}}
@if($errors->has('mobile_src')) {{ $errors->first('mobile_src') }} @endif
@if($errors->has('body')) {{ $errors->first('body') }} @endif
@if($errors->has('canonical')) {{ $errors->first('canonical') }} @endif
@if($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if($errors->has('meta_keyword')) {{ $errors->first('meta_keyword') }} @endif

کلمات کلیدی را با "," جدا نمایید

active==1) checked @endif class="custom-control-input">
active==0) checked @endif class="custom-control-input">
@endsection @section('script') @endsection