@extends('dashboard.layouts.app') @section('content')
@if(Session::has('success')) @endif @if(Session::has('error')) @endif
@endsection @section('js') @endsection