@extends("layouts.admin.app")
@section("page-title")
{{__("Dashboard")}}
@endSection
@section("page-nav-title")
{{__("Second Paragraph")}}
{{__("Edit Second Paragraph")}}
@endsection
@section("css-links")
@endsection
@section("content")
{{__("Edit Second Paragraph")}}
@endsection
@section("scripts")
@endsection