@extends('admin.zsi.layouts.admin') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
Invalid Data! Please fix the errors below and try again.
@endif
@csrf @method('PUT')
Home Page About Us
{{-- Menu --}}
{{-- Image --}}
@if ($about->szImageName)
@endif 370 x 520
{{-- Image Alt --}}
{{-- Title --}}
{{-- Hindi Title --}}
{{-- Subtitle --}}
{{-- Subtitle Hindi --}}
{{-- English --}}
{{-- Hindi --}}
@endsection