@extends('Backend.layouts.app') @section('content')
@csrf @if(isset($edit)) @method('PATCH') @endif
@if($errors->first('group_id'))
{{$errors->first('group_id')}}
@endif
@if($errors->first('section_ordering'))
{{$errors->first('section_ordering')}}
@endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->first('section_ordering'))--}} {{--
--}} {{-- {{$errors->first('section_ordering')}}--}} {{--
--}} {{-- @endif--}} {{--
--}}
show_on_homepage ? 'checked' : ''}} @else checked @endif >
Actions
  • @if(isset($edit)) flag Status: {{$edit->status}} @endif score Preview: @if(isset($edit) && $edit->status=='Saved') Click@else No @endif
  • @if(isset($edit)) @else @endif
@endsection