@extends('admin::layouts.master') @section('page_title') {{ __('admin::app.quotes.title') }} @stop @section('content-wrapper')
@if (bouncer()->hasPermission('quotes.create')) @endif
@stop