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

@yield('title')

@endsection @section('content')
< {{__("Back to Blogs")}}
@csrf
{{__("Add Blog")}}
@endsection