@extends('layouts.master')
@section('title', 'estimate')
@section('content')
@include('pages.estimate.detail.card_detail')
@include('pages.estimate.detail.card_customer')
@include('pages.estimate.detail.card_customer_staff')
@include('pages.estimate.detail.card_system_properites')
@include('pages.estimate.detail.modal.update')
@include('pages.estimate.components.add_modal')
@endsection
@section('script-footer')
{{-- --}}
{{--
--}}
{{-- --}}
@if ($model->init_password === 0)
@endif
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection