@extends('Admin.layout.master') @section('title','Sayfa güncelle') @section('content')
@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif

Edit CMS Page
{{ csrf_field() }}
status=="1") checked @endif value="1">
@endsection