@extends('partials/master') @section('content')
@include('partials/dashboard_sidebar')
Add account

@if ($errors->any())
@endif @if (Session::has('success'))
×

{{ Session::get('success') }}

@endif @endsection