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

Update About Content

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