Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/FemiNoviaLina/rently
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed May 10, 2022
2 parents 568d34b + a8703f4 commit 9eb134c
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 239 deletions.
28 changes: 28 additions & 0 deletions app/View/Components/Footer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php

namespace App\View\Components;

use Illuminate\View\Component;

class Footer extends Component
{
/**
* Create a new component instance.
*
* @return void
*/
public function __construct()
{
//
}

/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\Contracts\View\View|\Closure|string
*/
public function render()
{
return view('components.footer');
}
}
Loading

0 comments on commit 9eb134c

Please sign in to comment.