@extends('layouts.master') @section('title',trans('dashboard.about_app')) @section('css') @endsection @section('page-content')
@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif

@lang('dashboard.terms_use')

@if($info_count>0)
@endif
@endsection @section('js') @endsection