{{ $message }}
@endif
@if (Session::has('error'))
Error: {{ Session::get('error') }}
@endif
@extends('admin.layout.layout') @section('content')