@extends('client_panel.layouts.app') @section('title') {{ __('messages.quote.quote_details')}} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message') @include('client_panel.quotes.show_fields')
@endsection