@extends('layouts.admin') @push('title', get_phrase('Add Blog')) @push('meta')@endpush @push('css') {{-- this is bootstrap tag --}} @endpush @section('content')

{{ get_phrase('Blog') }}

{{ get_phrase('Back') }}
@csrf
{{ get_phrase('Writing your keyword and hit htw enter button') }}
blog-banner
blog-thumbnail
@endsection @push('js') @endpush