@extends('theme.layouts.freelancer') @section('content')
@include('theme.layouts.partials.loading')

{{ trans('quotations.quotations') }}

@include('theme.freelancer.quotes.create-new-quote')
@include('theme.freelancer.quotes.all-quotes')
@include('theme.freelancer.quotes.all-draft-qoutes')
@endsection @section('scripts') @endsection