@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.recentquotation') }} @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0)
خطأ
@endif
{{-- ===================== الجدول: نفس الـ partial اللي بيستخدمه البحث بالظبط ===================== --}}
@include('searchPreviousQuotes')
{{-- ===================================================================================== --}}
@endsection @section('js') @endsection