@extends('layouts.app') @section('title') {{ __('messages.Policies') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages.Policies') => null, config('abouts_' . app()->getLocale() . '.' . $type . '.title') => 'active', ], ])
{{ config('abouts_' . app()->getLocale() . '.' . $type . '.title') }}
@csrf
@endsection @section('script') @include('inc.editor') @include('inc.script_submit') @endsection