@extends('layouts.app') @push('style') @endpush @push('middle_part')
@csrf
@endpush @section('content')
@php $page_name = 'Quatation > Detils'; $page_number = 0; $search = 0; @endphp @include('layouts.table_top')

Quatation Information

@include('quatations.profiles.profile_details')
@include('quatations.profiles.details')
@endsection @push('script') @endpush