@extends('layouts.main') @section('title') {{__("Create Blogs")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{__("Back to Blogs")}}
@csrf
{{__("Add Blog")}}
@foreach($languages as $lang)
@if($lang->id == 1)
@endif
@endforeach
@endsection @section('script') @endsection