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

All Services

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