@extends('layouts.super-admin-layout') @section('content')

{{ $about?$about->small_title:"" }}

{{ $about?$about->big_title:"" }}

{{ $about?$about->short_description:"" }}

{!! $about?$about->description:"" !!}

Update About

@csrf
Upload New Image
@error('image')
{{ $message }}
@enderror
Small Title *
@error('small_title')
{{ $message }}
@enderror
Big Title *
@error('big_title')
{{ $message }}
@enderror
Short Description *
@error('short_description')
{{ $message }}
@enderror
Description *
@error('description')
{{ $message }}
@enderror
@endsection