@extends('backend.layouts.master') @section('title') Edit Static Page @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Edit Static Page @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Edit Static Page Page Title * Slug * (Only Lower case and - is allowed) This slug is already taken Meta Title * Meta Description {{ $pages->meta_description }} Meta Keywords @if($pages->template_id == 6) Address Emails @foreach($page_content->add_key as $key) @endforeach @foreach($page_content->add_value as $value) @endforeach Add New Phone Numbers @foreach($page_content->phone_key as $pkey) @endforeach @foreach($page_content->phone_value as $pvalue) @endforeach Add New @endif Save Cancel @include('backend/includes/footer') @endsection