@extends('adminlayout.admin') @section('content')


QUOTATIONS LIST

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@php $i=1; @endphp @foreach($quotations as $data) @php $i++; @endphp @endforeach
S.no QUOTATION NO PARTY NAME CREATED AT Action
{{$i}} Delete
@endsection