@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
(Only Lower case and - is allowed)
@if($pages->template_id == 6)
@foreach($page_content->add_key as $key) @endforeach
@foreach($page_content->add_value as $value) @endforeach
@foreach($page_content->phone_key as $pkey) @endforeach
@foreach($page_content->phone_value as $pvalue) @endforeach
@endif
Cancel
@include('backend/includes/footer')
@endsection