@extends('back.layouts.main') @section('title' , 'View Ad '.$model->id) @section('content')
Shop {{$model->shop_id}}
Page {{$model->page}}
Page {{$model->page_id}}
Place {{$model->place}}
Days {{$model->days}}
Is approved @if($model->is_approved=='1') @else @endif
Is active @if($model->is_active=='1') @else @endif
Approved by {{$model->approved_by}}
Date from {{$model->date_from}}
Date to {{$model->date_to}}
Payment status {{$model->payment_status}}
Payment response {{$model->payment_response}}
@stop @section('breadcrumbs') @stop