@extends('layouts.admin.app') @section('title', 'Edit Page') @section('content_header') @stop @section('content')
@csrf @method('PUT')
Info
@if (!$page->isStatic())
@endif
isStatic()) value="{{$page->link}}">
@if (!$page->isStatic())
Content
@endif @if ($page->isStatic()) Edit blocks @endif Cancel
@endsection