@extends('admin.layout.app') @section('content') Pages Pages @include('admin.layout.session') Edit Page Delete @method('delete') @csrf @csrf @method('PUT') Page Name @if ($errors->has('page_name')) {{ $errors->first('page_name') }} @endif Description {!!$page->description!!} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Meta Title @if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif Meta Description {{$page->meta_description}} @if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif Meta Keyword @if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif Submit Back @endsection @push('js') @endpush