@extends('layouts.app') @section('title', $type === "commercial" ? 'Add Seller Commercial Pending' : 'Add Seller Residential Pending') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')

Add Seller {{ $type === "commercial" ? 'Commercial' : 'Residential' }} Pending

@endsection {{-- custom js --}} @push('js') @endpush