@extends('layouts.dashboard.main')
{{-- content --}}
@section('content')
{{-- nav --}}
@include('layouts.dashboard.components.own.nav')
{{-- section --}}
{{-- block --}}
{{-- alert --}}
{{-- /.alert --}}
{{-- /.block --}}
{{-- /.section --}}
{{-- btn-fixed --}}
{{-- /.btn-fixed --}}
{!! Form::close() !!}
@endsection
{{-- css --}}
@section('css')
@stop
{{-- js --}}
@section('js')
@stop