@extends('frontend.layout.master') @section('site_title',__('Live Chat')) @section('style') @endsection @section('content') @if($freelancer_chat_list->count() > 0) {{__('View Chat List')}} @foreach($freelancer_chat_list as $freelancer_chat) @endforeach @else {{ __('No Contacts Yet.') }} @endif @csrf {{ __('Send Offer') }} {{ __('Offer Price') }} {{ get_static_option('site_global_currency') ?? '' }} {{ __('Pay at Once') }} {{ __('You will get the amount after complete the job.') }} {{ __('Pay by Milestones') }} {{ __('You will get the amount after complete each milestone.') }} {{ __('Revision') }} {{ __('Description') }} {{ __('Milestone') }} {{ __('title') }} {{ __('Description') }} {{ __('Price') }} {{ __('Revision') }} {{ __('Remove') }} {{ __('Add Milestone') }} @endsection @section('script') @endsection