@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Quotes'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@can('crear cotizaciones')
@endcan

{{ __('Date') }} No. {{ __('Client') }} {{ __('Project') }} {{ __('Contact') }} {{ __('Quote Title') }} {{ __('Currency') }} {{ __('Exchange Rate') }} {{ __('Amount') }} {{ __('Status') }} {{ __('Sales Person') }} {{ __('Actions') }}
@endsection