@extends("admin.layouts.dashboard") @section("content")
@if (session('success')) @endif @if (session('error')) @endif
@stop