@extends('admin::layouts.master')
@section('page_title')
{{ __('admin::app.quotes.title') }}
@stop
@section('content-wrapper')
{!! view_render_event('admin.quotes.index.header.before') !!}
{{ Breadcrumbs::render('quotes') }}
{{ __('admin::app.quotes.title') }}
{!! view_render_event('admin.quotes.index.header.after') !!}
@if (bouncer()->hasPermission('quotes.create'))
{{ __('admin::app.quotes.create-title') }}
@endif
@stop