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

Quotation Requests

Quotation Requests
@foreach ($quotes as $quote) @endforeach
Sl. No Name Email From Language To Language Total Pages Words Count Service Name Created at Actions
{{ $loop->iteration }}
{{ $quote->name }} {{ $quote->email }} {{ $quote->from_lang}} {{ is_array($quote->to_lang) ? implode(', ', $quote->to_lang) : $quote->to_lang }} {{ $quote->total_pages }} {{ $quote->word_count }} {{ $quote->service ? $quote->service->title : 'No Service' }} {{ $quote->created_at->format('d-m-Y') }}
@endsection @section('script') @endsection