@extends('adminlte::page') @section('title', 'Create Like') @section('content_header')

Create Like

@stop @section('content')
@csrf
@include('likes._form')
@stop