@extends('Admin.master_page')
@section('title')
RFQs/RFPs
@endsection
@section('content')
@include('Admin.RFQ._filter')
| Title |
Desc |
Type |
File |
Action |
@foreach ($rfqs as $data)
| {{ $data->title }} |
{{ $data->desc }} |
{{ $data->type }} |
Download |
|
@endforeach
{{ $rfqs->appends(request()->only('search'))->links() }}
@endsection