@extends('layouts.master') @section('css') @section('title') {{ __('home.recentquotation') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{-- 3 --}}

{{ __('users.branch') }}




@foreach ($data as $product) @endforeach
{{ __('home.Invoice_no') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.operations') }}
{{ $product->id }} {{ $product->customer->name }} {{ $product->created_at }} {{ $product->branch->name }} {{ __('home.dwonloadpdf') }} 
{{ csrf_field() }}




@endsection @section('js') @endsection