@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
Estimate Name {{ $estimate->estimate_name }}
Email {{ $estimate->email }}
Phone {{ $estimate->contact }}
@endsection @push('js') @endpush