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

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

@method('PUT')

@if($type == "commercial") @endif
{{--

@if($type == "commercial") @endif
--}}
@endsection {{-- custom js --}} @push('js') @endpush