@extends('seller.layout.master') @section('content')
@if (Session::has('message'))
{{Session::get('message')}}
@endif
{{-- --}}
{{-- --}} {{-- --}} @if(!empty($buyer_job) && count($buyer_job)>0) @foreach($buyer_job as $key => $value) @if($value->is_delete==0) @endif @endforeach @endif {{-- --}}
TitleCustomer Name DescriptionDurationPrice Image Action
@if(!empty($value->user)) {{$value->user->username}} @endif {{$value->description}} AED{{$value->price}} @if(!empty($value->cover_image))@endif Accept Order
Row 2 Data 1 Row 2 Data 2
@endsection @section('scripts') @endsection