@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- Tap 1 --}}
{{-- Start Input --}}
{{-- End Input --}}
{{-- End Tap 1 --}} {{-- Tap 2 --}}
{{-- Start Input --}}
{{-- End Input --}}
{{-- End Tap 2 --}}
@if (mwz_roles('admin.about.about.save'))
@endif
@endsection('content') @section('scripts') @endsection