@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Domain Settings']) @endsection @section('content')
@if($info['custom_domain'] == true) @if(empty($request->domain)) @else @endif @endif @endsection @push('js') @endpush