@extends('layouts.backend.app') @section('style') @endsection @section('content')

{{ __('Add new Post') }}

@csrf
@php $arr['title']= 'Post Title'; $arr['id']= 'name'; $arr['type']= 'text'; $arr['placeholder']= 'Post Title'; $arr['name']= 'title'; $arr['is_required'] = true; echo input($arr); $arr['title']= 'Excerpt'; $arr['id']= 'excerpt'; $arr['placeholder']= 'short description'; $arr['name']= 'excerpt'; $arr['is_required'] = true; echo textarea($arr); $arrn['title']= 'Post Content'; $arrn['name']= 'content'; echo editor($arrn); @endphp
{{ __('Publish') }}

{{ __('Status') }}


Fatal error: Uncaught Error: Call to undefined function adminLang() in /var/www/html/repo/multi-resturant-food-ordering-restaurant-management-with-saas32/files/script/resources/views/admin/posts/create.blade.php:77 Stack trace: #0 {main} thrown in /var/www/html/repo/multi-resturant-food-ordering-restaurant-management-with-saas32/files/script/resources/views/admin/posts/create.blade.php on line 77