@extends('layouts.simple.master')
@section('title', 'Settings')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Settings
@endsection
@section('breadcrumb-items')
Dashboard
Settings
@endsection
@section('content')
@include('layouts.alerts')
@endsection
@section('script')
@endsection