@extends('layouts.admin-layout') @section('title') Update About @endsection @section('content')
@csrf

About Story Section

@if ($page->hasMedia('about_img')) @foreach ($page->getMedia('about_img') as $media) Existing Banner Image @endforeach @endif
@endsection