@extends('buyer.layout.master') @section('content')
@if (Session::has('message'))
{{Session::get('message')}}
@endif
{{-- --}} {{-- --}} @if(!empty($job) && count($job)>0) @foreach($job as $key => $value) {{-- --}} {{-- --}} {{-- --}} @endforeach @endif {{-- --}}
TitleDescriptionDurationPrice Image Action
{{$value->title}}{{$value->description}}{{$value->duration}}AED{{$value->price}} @if(!empty($value->cover_image)) @endif Cancel
Row 2 Data 1 Row 2 Data 2
@endsection @section('scripts') @endsection