@extends('theme.layouts.freelancer') @section('content') @include('theme.layouts.partials.loading') {{ trans('quotations.quotations') }} {{ trans('quotations.all_quotations') }} (@{{ totalQuote[0].total }}) {{ trans('quotations.drafts') }} (@{{ totalDraft.total }}) {{ trans('quotations.all_quotations') }} (@{{ totalQuote[0].total }}) {{ trans('quotations.drafts') }} (@{{ totalDraft.total }}) download .xls @include('theme.freelancer.quotes.create-new-quote') @include('theme.freelancer.quotes.all-quotes') @include('theme.freelancer.quotes.all-draft-qoutes') @endsection @section('scripts') @endsection