@extends('admin.master', ['menu' => 'blog']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Edit Blog') }}
{{ __('Home') }}
{{ __('Blog') }}
@csrf
{{ langString('en', false) . ':' }}
{{ __('Blog Title') }}
{{--
{{ __('Blog Tag') }}
@foreach ($edit->tags as $tag) @foreach ($tag->Tag as $item)
{{ $item }}
@endforeach @endforeach
--}}
{{ __('Description One') }}
{{ $edit->en_Description_One }}
{{ __('Description Two') }}
{{ $edit->en_Description_Two }}
{{ __('Small Image').__('Accept: JPG,PNG,SVG')}}
{{ __('Big Image').__('Accept: JPG,PNG,SVG')}}
{{ __('Update') }}
{{ langString('fr', false) . ':' }}
{{ __('Blog Title') }}
{{ __('Description One') }}
{{ $edit->fr_Description_One }}
{{ __('Description Two') }}
{{ $edit->fr_Description_Two }}
@endsection @push('post_scripts') @endpush