@extends('layout.admin') @section('styles') @endsection @section('content')

Typology / Edit

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif

Thumbnail

(Recommended size: between 270 x 270 to 349 x 349 pixels, Max file size: 500KB) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @endif @if($typology->image_url) city Image @else city Image @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('image_title')) {{ $errors->first('image_title') }} @endif

Seo Friendly Fields

seo_content_enable ?? '') == '1' ? 'checked' : '' }}> seo_content_enable ?? '') == '0' ? 'checked' : '' }}>
@if ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@if ($errors->has('browser_title')) {{ $errors->first('browser_title') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('script')) {{ $errors->first('script') }} @endif
@if ($typology->status == 0) @else @endif
@endsection @section('script') @endsection