@extends('layout.default') @section('title','Create New Blog') @section('content')

Create New Blog

@include('layout.alerts.index')
@csrf
@foreach($languages as $key_lang => $item_lang)
{{ $item_lang['country'] }}
@endforeach
@endsection @section('script') @endsection