@extends('adminlte::page') @section('title', 'Dashboard') @section('content') @if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif

Tambah Sepeda Baru

@csrf
@stop