@extends('admin.layout.master') @section('content') @section('offer', 'active') @section('title', 'Offer Details')
Offer Information

{{ $offer->client->full_name }}

{{ $offer->address }}

{{ $offer->pin_code }}

{{ $offer->city}}

{{ $offer->date }}

{{ $offer->time }}

{{--
Actions

Back to Ads
--}}
@endsection @section('script') @endsection