@extends('admin.layout.app') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

About

{{-- Add Services --}}
@foreach ($about as $r) @endforeach
S.No. Title Image Action
{{ $loop->iteration }} {{ $r->about_title }}
@endsection @push('footerscript') @endpush