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

Quote

{{-- Add Company
--}} @foreach ($quote as $r) @endforeach
S.No. Name Email Insurance
{{ $loop->iteration }} {{ $r->name }} {{ $r->email }} {{ $r->insurance }}
@endsection @push('footerscript') @endpush