@extends('backend/layouts/layout') @section('container') @section('content_select', 'active')
@if(session()->has('msg')) @endif

Contents

Contents

@csrf
@if ($id > 0) @php $disabled = 'disabled'; @endphp @else @php $disabled = ''; @endphp @endif
@error('title') @enderror
@error('heading') @enderror
@error('descr') @enderror
@error('image') @enderror @if($image!='')
@else
@endif
@endsection