@extends('admin.layouts.master') @section('title', __('Site Information')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Site Information') }}

{{ __('All the information about website that used in application.') }}

{{ __('Website Information') }}
{{ __('Specify the name of your website.') }}
{{ __('Specify the email address of your website.') }}
{{ __('Copyright information of your website.') }}
{{ __('Specify the URL if your main website is external.') }}
{{ __('Social Media Profile Link') }}
@csrf
@endsection