@extends('admin.master') @section('pageContent')
@method(@$Method) @csrf

{{__("admin.project.contents.Details")}}

...
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('content_title', @$selectedItem->content_title)}}" class="form-control @if(@$errors) @error('content_title') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('content_title')) {{ $errors->first('content_title') }} @endif
protected ==1) readonly @endif required maxlength="255" value="{{old('slug', @$selectedItem->slug)}}" class="form-control @if(@$errors) @error('slug') is-invalid @enderror @endif" aria-describedby="" placeholder="">
@if ($errors->has('content_details')) {{ $errors->first('content_details') }} @endif
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('content_title_en', @$selectedItem->content_title_en)}}" class="form-control @if(@$errors) @error('content_title_en') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('content_title_en')) {{ $errors->first('content_title_en') }} @endif
@if ($errors->has('content_details_en')) {{ $errors->first('content_details_en') }} @endif
@if(@$selectedItem) @if(@$selectedItem->id==3)
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('phone1', @$selectedItem->phone1)}}" class="form-control @if(@$errors) @error('phone1') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('phone1')) {{ $errors->first('phone1') }} @endif
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('phone2', @$selectedItem->phone2)}}" class="form-control @if(@$errors) @error('phone2') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('phone2')) {{ $errors->first('phone2') }} @endif
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('email1', @$selectedItem->email1)}}" class="form-control @if(@$errors) @error('email1') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('email1')) {{ $errors->first('email1') }} @endif
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('email2', @$selectedItem->email2)}}" class="form-control @if(@$errors) @error('email2') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('email2')) {{ $errors->first('email2') }} @endif
protected !=1) onchange="slugify(this.value,'slug')" @endif required maxlength="255" value="{{old('address', @$selectedItem->address)}}" class="form-control @if(@$errors) @error('address') is-invalid @enderror @endif" aria-describedby="" placeholder=""> @if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endif @endif
@if(@$selectedItem->content_image != null) @endif
@if(@$selectedItem->content_image != null)
@endif @if ($errors->has('contentImage')) {{ $errors->first('contentImage') }} @endif

{{__("admin.content.contents.Settings")}}

...
{{__("admin.content.contents.Disable or Enable")}} @if ($errors->has('record_state')) {{ $errors->first('record_state') }} @endif
@if(@$Method=="PATCH") @csrf @if(@$selectedItem->deleted_at != null) @else @if(@$selectedItem->protected != 1) @else @endif @endif @else @endif
@if(@$Method=="PATCH")
@csrf
@csrf @method('DELETE')
@method('DELETE') @csrf
@endif @stop