@extends('panel.layouts.master') @section('title', 'ایجاد پست') @section('content') @include('panel.layouts.sidebar') ایجاد مقاله @csrf عنوان اسلاگ دسته بندی* @foreach ($category as $item) id ? 'selected' : '' }}>{{ $item->name }} @endforeach @error('category_id') {{ $message }} @enderror عکس انتخاب فایل توضیح مختصر {{ old('short_desc') }} توضیح کامل {{ old('desc') }} متا تگ عنوان کد {{ old('code') }} توضیحات متا {{ old('meta_desc') }} انتشار ذخیره @endsection @section('script') @endsection