@extends('layouts.admin') @push('css') @endpush @php $locales=config('translatable.locales'); @endphp @section('content')
@include('partials.alert')
{{csrf_field()}}
Published
@endsection @push('scripts') @endpush