@extends('backend.layout.master') @section('title', __('Suspend Account')) @section('content')
@if($order->freelancer?->is_suspend == 1 && $order->user?->is_suspend == 1)

{{ __('Both account of client and freelancer has suspended.') }}

@else

{{ __('Choose whom account you want to suspend.') }}

@endif
@endsection @section('script') @include('backend.pages.account.account-js') @endsection