8 lines
99 B
PHP
8 lines
99 B
PHP
@extends('layout')
|
|
@section('content')
|
|
|
|
@include("partials.loginp");
|
|
|
|
|
|
@endsection
|