<?php
namespace App\Livewire\StationLocator;
use Livewire\Component;
class BranchCreate extends Component
{
public function render()
return view('livewire.station-locator.branch-create');
}