@extends('admin.dash_layouts.main') @section('title') {{ 'Dashboard page' }} @endsection @section('content')

Manage Quotation

@if (session()->has('success')) @endif

Quotation list

@foreach ($data as $data) @endforeach
Id Create Date Action
{{ $loop->iteration }} {{ $data->created_at }} Edit
@endsection