@extends('layouts.dashbord') @section('title', 'Home Page') @section('content')

Edit Agency

-

{{@$tenantDetail->company_name}}

@if (\Session::has('success'))
@endif

{{@$tenant->company_name}}

{{$tenant->domains[0]->domain}}

Company Details

@csrf
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('tracker_url')) {{ $errors->first('tracker_url') }} @endif
{{Request::getScheme()}}://{{$tenant->domains[0]->domain}}/webhook
@if ($errors->has('lead_cost')) {{ $errors->first('lead_cost') }} @endif
@if ($errors->has('credit')) {{ $errors->first('credit') }} @endif
@endsection