@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($tags as $key => $tag) @endforeach
{{ $title }}
Action
@endsection @section('script') @endsection