@extends('layouts.admin.app') @section('page_title') @lang('site.homes') @endsection @section('content')

@lang('site.dashboard')

@lang('site.edit')

@include('partials._errors')
{{ csrf_field() }} {{ method_field('post') }} @include('partials._sessions')

@lang('site.languages')

@foreach(config('translatable.locales') as $locale)
{{--content--}}
@endforeach
@endsection @section('script') @endsection