@extends('admin.layouts.app') @section('page_title', __('Edit :x', ['x' => __('Pages')])) @section('css') @endsection @section('content')
$page->id, 'type' => $page->type]) }}' method="post" class="form-horizontal" id="userEdit" enctype="multipart/form-data">
@if ($page->default != 1)
status == 'Active' ? 'checked' : '' }}>
@endif @if ($page->type == 'home' && $page->default != 1)
default == 1 ? 'checked' : '' }}>
{{ __('Note') }}! {{ __('Status must be active to make it default.') }}
@endif
@include('mediamanager::image.modal_image') @endsection @section('js') @endsection