@extends('admin.layout.master') @section('title') Edit Blogs @endsection @section('content')
Edit Blogs
{{ csrf_field() }}
@if($blog->type=="schedule")
@endif
@if($blog->blog_tags_data) @foreach($blog->blog_tags_data as $b=>$blog_tag) @if($b==0)
@else
@endif @endforeach @else @endif
@endsection @section('script')