@extends('admin.layout') @section('content')
{{ __('OfferPrice.OfferPrices') }}
{{ __('General.Name') }} {{ $OfferPrice->name }}
{{ __('OfferPrice.pagename') }} {{ $OfferPrice->pagename }}
{{ __('OfferPrice.Phone') }} {{ $OfferPrice->phone }}
{{ __('OfferPrice.Email') }} {{ $OfferPrice->email }}
{{ __('OfferPrice.Type of Work') }}

{{ $OfferPrice->type_of_work }}

@endsection