@extends('layouts.admin') @section('title') افزودن صفحه @endsection @section('content')

افزود صفحه

@include('admin.index.messages')
@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($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

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

@endsection @section('script') @endsection